Html Css Color HEX #DD7FB6 Persian Pink

📋 copy color: '#DD7FB6'

red 221 ◦ green 127 ◦ blue 182

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

Shades of Persian Pink #DD7FB6

Tints of Persian Pink #DD7FB6

RGB

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

 GREEN value IS 127 (50% from 255) = 23.96%

 BLUE value IS 182 (71.48% from 255) = 34.34%

R = 41.7%
G = 23.96%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD7FB6 (or 0xDD7FB6) is known color: Persian Pink. HEX triplet: DD, 7F and B6. RGB value is (221,127,182). Sum of RGB (Red+Green+Blue) = 221+127+182=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FB6 is #228049. Grayscale: #A1A1A1. Windows color (decimal): -2261066 or 11960285. OLE color: 11960285.

HSL color Cylindrical-coordinate representation of color #DD7FB6: hue angle of 324.89º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7FB6 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 127 182 -
CMYK 0 0.43 0.18 0.13
HSL 324.89º 0.58% 0.68% -
HSV(B) 324.89º 0.43% 0.87% -
XYZ 45.85 33.93 48.39 -
YUV 161.38 139.64 170.53 -
System Red Green Blue C M Y K H S L
Decimal 221 127 182 0 0.43 0.18 0.13 324.89 0.58 0.68
Hex DD 7F B6 0 2B 12 D 145 3A 44
Octal 335 177 266 0 53 22 15 505 72 104
Binary 11011101 1111111 10110110 0 101011 10010 1101 101000101 111010 1000100

Color Harmonies of #DD7FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7FB6

Black with #DD7FB6

Text Example


Text Example

White with #DD7FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7FB6; }

 p { color: rgb(221,127,182); }

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

background-color css

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

 a { background-color: rgb(221,127,182); }

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

border-color css

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

 span { border-color: rgb(221,127,182); }

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