Html Css Color HEX #DA8CE4 Plum

📋 copy color: '#DA8CE4'

red 218 ◦ green 140 ◦ blue 228

#DA8CE4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #DA8CE4

Tints of Plum #DA8CE4

RGB

 RED value IS 218 (85.55% from 255) = 37.2%

 GREEN value IS 140 (55.08% from 255) = 23.89%

 BLUE value IS 228 (89.45% from 255) = 38.91%

R = 37.2%
G = 23.89%
B = 38.91%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DA8CE4 (or 0xDA8CE4) is known color: Plum. HEX triplet: DA, 8C and E4. RGB value is (218,140,228). Sum of RGB (Red+Green+Blue) = 218+140+228=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 228 (89.45% from 255 or 38.91% from 586); Max value from RGB is 228 - color contains mainly: blue. Hex color #DA8CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8CE4 is #25731B. Grayscale: #ADADAD. Windows color (decimal): -2454300 or 14978266. OLE color: 14978266.

HSL color Cylindrical-coordinate representation of color #DA8CE4: hue angle of 293.18º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA8CE4 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 140 228 -
CMYK 0.04 0.39 0 0.11
HSL 293.18º 0.62% 0.72% -
HSV(B) 293.18º 0.39% 0.89% -
XYZ 52.3 39.26 78.22 -
YUV 173.35 158.84 159.84 -
System Red Green Blue C M Y K H S L
Decimal 218 140 228 0.04 0.39 0 0.11 293.18 0.62 0.72
Hex DA 8C E4 4 27 0 B 125 3E 48
Octal 332 214 344 4 47 0 13 445 76 110
Binary 11011010 10001100 11100100 100 100111 0 1011 100100101 111110 1001000

Color Harmonies of #DA8CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8CE4

Black with #DA8CE4

Text Example


Text Example

White with #DA8CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8CE4; }

 p { color: rgb(218,140,228); }

 H1.HeaderClassName
 {
   color: #DA8CE4;
 }
 .AnyTagClassName
 {
   color: #DA8CE4;
 }
</style>

background-color css

<style>
 a { background-color: #DA8CE4; }

 a { background-color: rgb(218,140,228); }

 div.DivClassName
 {
   background-color: #DA8CE4;
 }
 .BgClassName
 {
   background-color: #DA8CE4;
 }
</style>

border-color css

<style>
 span { border-color: #DA8CE4; }

 span { border-color: rgb(218,140,228); }

 td.TdClassName
 {
   border-color: #DA8CE4;
 }
 .TagClassName
 {
   border-color: #DA8CE4;
 }
</style>