Html Css Color HEX #DA90CD Plum

📋 copy color: '#DA90CD'

red 218 ◦ green 144 ◦ blue 205

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

Shades of Plum #DA90CD

Tints of Plum #DA90CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.16%

R = 38.45%
G = 25.4%
B = 36.16%

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

#DA90CD (or 0xDA90CD) is known color: Plum. HEX triplet: DA, 90 and CD. RGB value is (218,144,205). Sum of RGB (Red+Green+Blue) = 218+144+205=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DA90CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA90CD is #256F32. Grayscale: #ACACAC. Windows color (decimal): -2453299 or 13471962. OLE color: 13471962.

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

Color convert

RGB 218 144 205 -
CMYK 0 0.34 0.06 0.15
HSL 310.54º 0.5% 0.71% -
HSV(B) 310.54º 0.34% 0.85% -
XYZ 49.91 39.26 62.71 -
YUV 173.08 146.02 160.04 -
System Red Green Blue C M Y K H S L
Decimal 218 144 205 0 0.34 0.06 0.15 310.54 0.5 0.71
Hex DA 90 CD 0 22 6 F 137 32 47
Octal 332 220 315 0 42 6 17 467 62 107
Binary 11011010 10010000 11001101 0 100010 110 1111 100110111 110010 1000111

Color Harmonies of #DA90CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA90CD

Black with #DA90CD

Text Example


Text Example

White with #DA90CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA90CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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