Html Css Color HEX #DD7FBD Persian Pink

📋 copy color: '#DD7FBD'

red 221 ◦ green 127 ◦ blue 189

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

Shades of Persian Pink #DD7FBD

Tints of Persian Pink #DD7FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.2%

R = 41.15%
G = 23.65%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD7FBD (or 0xDD7FBD) is known color: Persian Pink. HEX triplet: DD, 7F and BD. RGB value is (221,127,189). Sum of RGB (Red+Green+Blue) = 221+127+189=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FBD is #228042. Grayscale: #A2A2A2. Windows color (decimal): -2261059 or 12419037. OLE color: 12419037.

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

Color convert

RGB 221 127 189 -
CMYK 0 0.43 0.14 0.13
HSL 320.43º 0.58% 0.68% -
HSV(B) 320.43º 0.43% 0.87% -
XYZ 46.59 34.23 52.29 -
YUV 162.17 143.14 169.96 -
System Red Green Blue C M Y K H S L
Decimal 221 127 189 0 0.43 0.14 0.13 320.43 0.58 0.68
Hex DD 7F BD 0 2B E D 140 3A 44
Octal 335 177 275 0 53 16 15 500 72 104
Binary 11011101 1111111 10111101 0 101011 1110 1101 101000000 111010 1000100

Color Harmonies of #DD7FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7FBD

Black with #DD7FBD

Text Example


Text Example

White with #DD7FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7FBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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