Html Css Color HEX #DD37AB Persian Rose

📋 copy color: '#DD37AB'

red 221 ◦ green 55 ◦ blue 171

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

Shades of Persian Rose #DD37AB

Tints of Persian Rose #DD37AB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.3%

 BLUE value IS 171 (67.19% from 255) = 38.26%

R = 49.44%
G = 12.3%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD37AB (or 0xDD37AB) is known color: Persian Rose. HEX triplet: DD, 37 and AB. RGB value is (221,55,171). Sum of RGB (Red+Green+Blue) = 221+55+171=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD37AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD37AB is #22C854. Grayscale: #757575. Windows color (decimal): -2279509 or 11220957. OLE color: 11220957.

HSL color Cylindrical-coordinate representation of color #DD37AB: hue angle of 318.07º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD37AB is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 55 171 -
CMYK 0 0.75 0.23 0.13
HSL 318.07º 0.71% 0.54% -
HSV(B) 318.07º 0.75% 0.87% -
XYZ 38.54 21.04 40.56 -
YUV 117.86 158 201.57 -
System Red Green Blue C M Y K H S L
Decimal 221 55 171 0 0.75 0.23 0.13 318.07 0.71 0.54
Hex DD 37 AB 0 4B 17 D 13E 47 36
Octal 335 67 253 0 113 27 15 476 107 66
Binary 11011101 110111 10101011 0 1001011 10111 1101 100111110 1000111 110110

Color Harmonies of #DD37AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD37AB

Black with #DD37AB

Text Example


Text Example

White with #DD37AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD37AB; }

 p { color: rgb(221,55,171); }

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

background-color css

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

 a { background-color: rgb(221,55,171); }

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

border-color css

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

 span { border-color: rgb(221,55,171); }

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