Html Css Color HEX #DD2BA6 Persian Rose

📋 copy color: '#DD2BA6'

red 221 ◦ green 43 ◦ blue 166

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

Shades of Persian Rose #DD2BA6

Tints of Persian Rose #DD2BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.6%

R = 51.4%
G = 10%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD2BA6 (or 0xDD2BA6) is known color: Persian Rose. HEX triplet: DD, 2B and A6. RGB value is (221,43,166). Sum of RGB (Red+Green+Blue) = 221+43+166=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 43 (17.19% from 255 or 10% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2BA6 is #22D459. Grayscale: #6D6D6D. Windows color (decimal): -2282586 or 10890205. OLE color: 10890205.

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

Color convert

RGB 221 43 166 -
CMYK 0 0.81 0.25 0.13
HSL 318.54º 0.72% 0.52% -
HSV(B) 318.54º 0.81% 0.87% -
XYZ 37.57 19.85 37.93 -
YUV 110.24 159.47 207 -
System Red Green Blue C M Y K H S L
Decimal 221 43 166 0 0.81 0.25 0.13 318.54 0.72 0.52
Hex DD 2B A6 0 51 19 D 13F 48 34
Octal 335 53 246 0 121 31 15 477 110 64
Binary 11011101 101011 10100110 0 1010001 11001 1101 100111111 1001000 110100

Color Harmonies of #DD2BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2BA6

Black with #DD2BA6

Text Example


Text Example

White with #DD2BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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