Html Css Color HEX #DA8ECF Plum

📋 copy color: '#DA8ECF'

red 218 ◦ green 142 ◦ blue 207

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

Shades of Plum #DA8ECF

Tints of Plum #DA8ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.51%

R = 38.45%
G = 25.04%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA8ECF (or 0xDA8ECF) is known color: Plum. HEX triplet: DA, 8E and CF. RGB value is (218,142,207). Sum of RGB (Red+Green+Blue) = 218+142+207=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8ECF is #257130. Grayscale: #ABABAB. Windows color (decimal): -2453809 or 13602522. OLE color: 13602522.

HSL color Cylindrical-coordinate representation of color #DA8ECF: hue angle of 308.68º 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 #DA8ECF is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 142 207 -
CMYK 0 0.35 0.05 0.15
HSL 308.68º 0.51% 0.71% -
HSV(B) 308.68º 0.35% 0.85% -
XYZ 49.85 38.76 63.88 -
YUV 172.13 147.68 160.71 -
System Red Green Blue C M Y K H S L
Decimal 218 142 207 0 0.35 0.05 0.15 308.68 0.51 0.71
Hex DA 8E CF 0 23 5 F 135 33 47
Octal 332 216 317 0 43 5 17 465 63 107
Binary 11011010 10001110 11001111 0 100011 101 1111 100110101 110011 1000111

Color Harmonies of #DA8ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8ECF

Black with #DA8ECF

Text Example


Text Example

White with #DA8ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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