Html Css Color HEX #DD3CAC Persian Rose

📋 copy color: '#DD3CAC'

red 221 ◦ green 60 ◦ blue 172

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

Shades of Persian Rose #DD3CAC

Tints of Persian Rose #DD3CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.25%

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

R = 48.79%
G = 13.25%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD3CAC (or 0xDD3CAC) is known color: Persian Rose. HEX triplet: DD, 3C and AC. RGB value is (221,60,172). Sum of RGB (Red+Green+Blue) = 221+60+172=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3CAC is #22C353. Grayscale: #787878. Windows color (decimal): -2278228 or 11287773. OLE color: 11287773.

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

Color convert

RGB 221 60 172 -
CMYK 0 0.73 0.22 0.13
HSL 318.26º 0.7% 0.55% -
HSV(B) 318.26º 0.73% 0.87% -
XYZ 38.88 21.58 41.15 -
YUV 120.91 156.84 199.39 -
System Red Green Blue C M Y K H S L
Decimal 221 60 172 0 0.73 0.22 0.13 318.26 0.7 0.55
Hex DD 3C AC 0 49 16 D 13E 46 37
Octal 335 74 254 0 111 26 15 476 106 67
Binary 11011101 111100 10101100 0 1001001 10110 1101 100111110 1000110 110111

Color Harmonies of #DD3CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3CAC

Black with #DD3CAC

Text Example


Text Example

White with #DD3CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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