Html Css Color HEX #DD3BAC Persian Rose

📋 copy color: '#DD3BAC'

red 221 ◦ green 59 ◦ blue 172

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

Shades of Persian Rose #DD3BAC

Tints of Persian Rose #DD3BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.05%

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

R = 48.89%
G = 13.05%
B = 38.05%

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

#DD3BAC (or 0xDD3BAC) is known color: Persian Rose. HEX triplet: DD, 3B and AC. RGB value is (221,59,172). Sum of RGB (Red+Green+Blue) = 221+59+172=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 59 (23.44% from 255 or 13.05% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3BAC is #22C453. Grayscale: #787878. Windows color (decimal): -2278484 or 11287517. OLE color: 11287517.

HSL color Cylindrical-coordinate representation of color #DD3BAC: hue angle of 318.15º 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 #DD3BAC is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 59 172 -
CMYK 0 0.73 0.22 0.13
HSL 318.15º 0.7% 0.55% -
HSV(B) 318.15º 0.73% 0.87% -
XYZ 38.83 21.48 41.13 -
YUV 120.32 157.17 199.81 -
System Red Green Blue C M Y K H S L
Decimal 221 59 172 0 0.73 0.22 0.13 318.15 0.7 0.55
Hex DD 3B AC 0 49 16 D 13E 46 37
Octal 335 73 254 0 111 26 15 476 106 67
Binary 11011101 111011 10101100 0 1001001 10110 1101 100111110 1000110 110111

Color Harmonies of #DD3BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3BAC

Black with #DD3BAC

Text Example


Text Example

White with #DD3BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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