Html Css Color HEX #DD2BAD Persian Rose

📋 copy color: '#DD2BAD'

red 221 ◦ green 43 ◦ blue 173

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

Shades of Persian Rose #DD2BAD

Tints of Persian Rose #DD2BAD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.84%

 BLUE value IS 173 (67.97% from 255) = 39.59%

R = 50.57%
G = 9.84%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD2BAD (or 0xDD2BAD) is known color: Persian Rose. HEX triplet: DD, 2B and AD. RGB value is (221,43,173). Sum of RGB (Red+Green+Blue) = 221+43+173=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 43 (17.19% from 255 or 9.84% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2BAD is #22D452. Grayscale: #6E6E6E. Windows color (decimal): -2282579 or 11348957. OLE color: 11348957.

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

Color convert

RGB 221 43 173 -
CMYK 0 0.81 0.22 0.13
HSL 316.18º 0.72% 0.52% -
HSV(B) 316.18º 0.81% 0.87% -
XYZ 38.23 20.12 41.4 -
YUV 111.04 162.97 206.43 -
System Red Green Blue C M Y K H S L
Decimal 221 43 173 0 0.81 0.22 0.13 316.18 0.72 0.52
Hex DD 2B AD 0 51 16 D 13C 48 34
Octal 335 53 255 0 121 26 15 474 110 64
Binary 11011101 101011 10101101 0 1010001 10110 1101 100111100 1001000 110100

Color Harmonies of #DD2BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2BAD

Black with #DD2BAD

Text Example


Text Example

White with #DD2BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2BAD; }

 p { color: rgb(221,43,173); }

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

background-color css

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

 a { background-color: rgb(221,43,173); }

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

border-color css

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

 span { border-color: rgb(221,43,173); }

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