Html Css Color HEX #DC90CF Plum

📋 copy color: '#DC90CF'

red 220 ◦ green 144 ◦ blue 207

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

Shades of Plum #DC90CF

Tints of Plum #DC90CF

RGB

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

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

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

R = 38.53%
G = 25.22%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC90CF (or 0xDC90CF) is known color: Plum. HEX triplet: DC, 90 and CF. RGB value is (220,144,207). Sum of RGB (Red+Green+Blue) = 220+144+207=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DC90CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC90CF is #236F30. Grayscale: #ADADAD. Windows color (decimal): -2322225 or 13603036. OLE color: 13603036.

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

Color convert

RGB 220 144 207 -
CMYK 0 0.35 0.06 0.14
HSL 310.26º 0.52% 0.71% -
HSV(B) 310.26º 0.35% 0.86% -
XYZ 50.75 39.67 64.01 -
YUV 173.91 146.68 160.88 -
System Red Green Blue C M Y K H S L
Decimal 220 144 207 0 0.35 0.06 0.14 310.26 0.52 0.71
Hex DC 90 CF 0 23 6 E 136 34 47
Octal 334 220 317 0 43 6 16 466 64 107
Binary 11011100 10010000 11001111 0 100011 110 1110 100110110 110100 1000111

Color Harmonies of #DC90CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC90CF

Black with #DC90CF

Text Example


Text Example

White with #DC90CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC90CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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