Html Css Color HEX #DA8ECB Plum

📋 copy color: '#DA8ECB'

red 218 ◦ green 142 ◦ blue 203

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

Shades of Plum #DA8ECB

Tints of Plum #DA8ECB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.22%

 BLUE value IS 203 (79.69% from 255) = 36.06%

R = 38.72%
G = 25.22%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA8ECB (or 0xDA8ECB) is known color: Plum. HEX triplet: DA, 8E and CB. RGB value is (218,142,203). Sum of RGB (Red+Green+Blue) = 218+142+203=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 142 (55.86% from 255 or 25.22% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8ECB is #257134. Grayscale: #ABABAB. Windows color (decimal): -2453813 or 13340378. OLE color: 13340378.

HSL color Cylindrical-coordinate representation of color #DA8ECB: hue angle of 311.84º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA8ECB is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 142 203 -
CMYK 0 0.35 0.07 0.15
HSL 311.84º 0.51% 0.71% -
HSV(B) 311.84º 0.35% 0.85% -
XYZ 49.37 38.56 61.34 -
YUV 171.68 145.68 161.04 -
System Red Green Blue C M Y K H S L
Decimal 218 142 203 0 0.35 0.07 0.15 311.84 0.51 0.71
Hex DA 8E CB 0 23 7 F 138 33 47
Octal 332 216 313 0 43 7 17 470 63 107
Binary 11011010 10001110 11001011 0 100011 111 1111 100111000 110011 1000111

Color Harmonies of #DA8ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8ECB

Black with #DA8ECB

Text Example


Text Example

White with #DA8ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8ECB; }

 p { color: rgb(218,142,203); }

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

background-color css

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

 a { background-color: rgb(218,142,203); }

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

border-color css

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

 span { border-color: rgb(218,142,203); }

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