Html Css Color HEX #DC90D4 Plum

📋 copy color: '#DC90D4'

red 220 ◦ green 144 ◦ blue 212

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

Shades of Plum #DC90D4

Tints of Plum #DC90D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.81%

R = 38.19%
G = 25%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC90D4 (or 0xDC90D4) is known color: Plum. HEX triplet: DC, 90 and D4. RGB value is (220,144,212). Sum of RGB (Red+Green+Blue) = 220+144+212=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DC90D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC90D4 is #236F2B. Grayscale: #AEAEAE. Windows color (decimal): -2322220 or 13930716. OLE color: 13930716.

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

Color convert

RGB 220 144 212 -
CMYK 0 0.35 0.04 0.14
HSL 306.32º 0.52% 0.71% -
HSV(B) 306.32º 0.35% 0.86% -
XYZ 51.37 39.92 67.28 -
YUV 174.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 220 144 212 0 0.35 0.04 0.14 306.32 0.52 0.71
Hex DC 90 D4 0 23 4 E 132 34 47
Octal 334 220 324 0 43 4 16 462 64 107
Binary 11011100 10010000 11010100 0 100011 100 1110 100110010 110100 1000111

Color Harmonies of #DC90D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC90D4

Black with #DC90D4

Text Example


Text Example

White with #DC90D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC90D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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