Html Css Color HEX #DF90CC Plum

📋 copy color: '#DF90CC'

red 223 ◦ green 144 ◦ blue 204

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

Shades of Plum #DF90CC

Tints of Plum #DF90CC

RGB

 RED value IS 223 (87.5% from 255) = 39.05%

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

 BLUE value IS 204 (80.08% from 255) = 35.73%

R = 39.05%
G = 25.22%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF90CC (or 0xDF90CC) is known color: Plum. HEX triplet: DF, 90 and CC. RGB value is (223,144,204). Sum of RGB (Red+Green+Blue) = 223+144+204=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF90CC is #206F33. Grayscale: #AEAEAE. Windows color (decimal): -2125620 or 13406431. OLE color: 13406431.

HSL color Cylindrical-coordinate representation of color #DF90CC: hue angle of 314.43º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF90CC is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 144 204 -
CMYK 0 0.35 0.09 0.13
HSL 314.43º 0.55% 0.72% -
HSV(B) 314.43º 0.35% 0.87% -
XYZ 51.3 39.99 62.14 -
YUV 174.46 144.67 162.62 -
System Red Green Blue C M Y K H S L
Decimal 223 144 204 0 0.35 0.09 0.13 314.43 0.55 0.72
Hex DF 90 CC 0 23 9 D 13A 37 48
Octal 337 220 314 0 43 11 15 472 67 110
Binary 11011111 10010000 11001100 0 100011 1001 1101 100111010 110111 1001000

Color Harmonies of #DF90CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF90CC

Black with #DF90CC

Text Example


Text Example

White with #DF90CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF90CC; }

 p { color: rgb(223,144,204); }

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

background-color css

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

 a { background-color: rgb(223,144,204); }

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

border-color css

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

 span { border-color: rgb(223,144,204); }

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