Html Css Color HEX #DD94CC Plum

📋 copy color: '#DD94CC'

red 221 ◦ green 148 ◦ blue 204

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

Shades of Plum #DD94CC

Tints of Plum #DD94CC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.83%

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

R = 38.57%
G = 25.83%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD94CC (or 0xDD94CC) is known color: Plum. HEX triplet: DD, 94 and CC. RGB value is (221,148,204). Sum of RGB (Red+Green+Blue) = 221+148+204=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DD94CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD94CC is #226B33. Grayscale: #B0B0B0. Windows color (decimal): -2255668 or 13407453. OLE color: 13407453.

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

Color convert

RGB 221 148 204 -
CMYK 0 0.33 0.08 0.13
HSL 313.97º 0.52% 0.72% -
HSV(B) 313.97º 0.33% 0.87% -
XYZ 51.31 40.91 62.32 -
YUV 176.21 143.68 159.95 -
System Red Green Blue C M Y K H S L
Decimal 221 148 204 0 0.33 0.08 0.13 313.97 0.52 0.72
Hex DD 94 CC 0 21 8 D 13A 34 48
Octal 335 224 314 0 41 10 15 472 64 110
Binary 11011101 10010100 11001100 0 100001 1000 1101 100111010 110100 1001000

Color Harmonies of #DD94CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD94CC

Black with #DD94CC

Text Example


Text Example

White with #DD94CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD94CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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