Html Css Color HEX #DA90CE Plum

📋 copy color: '#DA90CE'

red 218 ◦ green 144 ◦ blue 206

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

Shades of Plum #DA90CE

Tints of Plum #DA90CE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.35%

 BLUE value IS 206 (80.86% from 255) = 36.27%

R = 38.38%
G = 25.35%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA90CE (or 0xDA90CE) is known color: Plum. HEX triplet: DA, 90 and CE. RGB value is (218,144,206). Sum of RGB (Red+Green+Blue) = 218+144+206=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DA90CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA90CE is #256F31. Grayscale: #ADADAD. Windows color (decimal): -2453298 or 13537498. OLE color: 13537498.

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

Color convert

RGB 218 144 206 -
CMYK 0 0.34 0.06 0.15
HSL 309.73º 0.5% 0.71% -
HSV(B) 309.73º 0.34% 0.85% -
XYZ 50.03 39.31 63.34 -
YUV 173.19 146.52 159.96 -
System Red Green Blue C M Y K H S L
Decimal 218 144 206 0 0.34 0.06 0.15 309.73 0.5 0.71
Hex DA 90 CE 0 22 6 F 136 32 47
Octal 332 220 316 0 42 6 17 466 62 107
Binary 11011010 10010000 11001110 0 100010 110 1111 100110110 110010 1000111

Color Harmonies of #DA90CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA90CE

Black with #DA90CE

Text Example


Text Example

White with #DA90CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA90CE; }

 p { color: rgb(218,144,206); }

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

background-color css

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

 a { background-color: rgb(218,144,206); }

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

border-color css

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

 span { border-color: rgb(218,144,206); }

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