Html Css Color HEX #DD2CAC Persian Rose

📋 copy color: '#DD2CAC'

red 221 ◦ green 44 ◦ blue 172

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

Shades of Persian Rose #DD2CAC

Tints of Persian Rose #DD2CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.07%

 BLUE value IS 172 (67.58% from 255) = 39.36%

R = 50.57%
G = 10.07%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD2CAC (or 0xDD2CAC) is known color: Persian Rose. HEX triplet: DD, 2C and AC. RGB value is (221,44,172). Sum of RGB (Red+Green+Blue) = 221+44+172=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 44 (17.58% from 255 or 10.07% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2CAC is #22D353. Grayscale: #6F6F6F. Windows color (decimal): -2282324 or 11283677. OLE color: 11283677.

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

Color convert

RGB 221 44 172 -
CMYK 0 0.80 0.22 0.13
HSL 316.61º 0.72% 0.52% -
HSV(B) 316.61º 0.8% 0.87% -
XYZ 38.17 20.15 40.91 -
YUV 111.52 162.14 206.09 -
System Red Green Blue C M Y K H S L
Decimal 221 44 172 0 0.80 0.22 0.13 316.61 0.72 0.52
Hex DD 2C AC 0 50 16 D 13D 48 34
Octal 335 54 254 0 120 26 15 475 110 64
Binary 11011101 101100 10101100 0 1010000 10110 1101 100111101 1001000 110100

Color Harmonies of #DD2CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2CAC

Black with #DD2CAC

Text Example


Text Example

White with #DD2CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2CAC; }

 p { color: rgb(221,44,172); }

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

background-color css

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

 a { background-color: rgb(221,44,172); }

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

border-color css

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

 span { border-color: rgb(221,44,172); }

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