Html Css Color HEX #DD92CC Plum

📋 copy color: '#DD92CC'

red 221 ◦ green 146 ◦ blue 204

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

Shades of Plum #DD92CC

Tints of Plum #DD92CC

RGB

 RED value IS 221 (86.72% from 255) = 38.7%

 GREEN value IS 146 (57.42% from 255) = 25.57%

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

R = 38.7%
G = 25.57%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD92CC (or 0xDD92CC) is known color: Plum. HEX triplet: DD, 92 and CC. RGB value is (221,146,204). Sum of RGB (Red+Green+Blue) = 221+146+204=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 146 (57.42% from 255 or 25.57% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DD92CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD92CC is #226D33. Grayscale: #AEAEAE. Windows color (decimal): -2256180 or 13406941. OLE color: 13406941.

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

Color convert

RGB 221 146 204 -
CMYK 0 0.34 0.08 0.13
HSL 313.6º 0.52% 0.72% -
HSV(B) 313.6º 0.34% 0.87% -
XYZ 51 40.29 62.22 -
YUV 175.04 144.35 160.78 -
System Red Green Blue C M Y K H S L
Decimal 221 146 204 0 0.34 0.08 0.13 313.6 0.52 0.72
Hex DD 92 CC 0 22 8 D 13A 34 48
Octal 335 222 314 0 42 10 15 472 64 110
Binary 11011101 10010010 11001100 0 100010 1000 1101 100111010 110100 1001000

Color Harmonies of #DD92CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD92CC

Black with #DD92CC

Text Example


Text Example

White with #DD92CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD92CC; }

 p { color: rgb(221,146,204); }

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

background-color css

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

 a { background-color: rgb(221,146,204); }

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

border-color css

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

 span { border-color: rgb(221,146,204); }

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