Html Css Color HEX #DC90DA Plum

📋 copy color: '#DC90DA'

red 220 ◦ green 144 ◦ blue 218

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

Shades of Plum #DC90DA

Tints of Plum #DC90DA

RGB

 RED value IS 220 (86.33% from 255) = 37.8%

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

 BLUE value IS 218 (85.55% from 255) = 37.46%

R = 37.8%
G = 24.74%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC90DA (or 0xDC90DA) is known color: Plum. HEX triplet: DC, 90 and DA. RGB value is (220,144,218). Sum of RGB (Red+Green+Blue) = 220+144+218=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DC90DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC90DA is #236F25. Grayscale: #AEAEAE. Windows color (decimal): -2322214 or 14323932. OLE color: 14323932.

HSL color Cylindrical-coordinate representation of color #DC90DA: hue angle of 301.58º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC90DA is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 144 218 -
CMYK 0 0.35 0.01 0.14
HSL 301.58º 0.52% 0.71% -
HSV(B) 301.58º 0.35% 0.86% -
XYZ 52.14 40.22 71.35 -
YUV 175.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 220 144 218 0 0.35 0.01 0.14 301.58 0.52 0.71
Hex DC 90 DA 0 23 1 E 12E 34 47
Octal 334 220 332 0 43 1 16 456 64 107
Binary 11011100 10010000 11011010 0 100011 1 1110 100101110 110100 1000111

Color Harmonies of #DC90DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC90DA

Black with #DC90DA

Text Example


Text Example

White with #DC90DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC90DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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