Html Css Color HEX #DD7FBF Persian Pink

📋 copy color: '#DD7FBF'

red 221 ◦ green 127 ◦ blue 191

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

Shades of Persian Pink #DD7FBF

Tints of Persian Pink #DD7FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.44%

R = 41%
G = 23.56%
B = 35.44%

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

#DD7FBF (or 0xDD7FBF) is known color: Persian Pink. HEX triplet: DD, 7F and BF. RGB value is (221,127,191). Sum of RGB (Red+Green+Blue) = 221+127+191=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FBF is #228040. Grayscale: #A2A2A2. Windows color (decimal): -2261057 or 12550109. OLE color: 12550109.

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

Color convert

RGB 221 127 191 -
CMYK 0 0.43 0.14 0.13
HSL 319.15º 0.58% 0.68% -
HSV(B) 319.15º 0.43% 0.87% -
XYZ 46.81 34.31 53.45 -
YUV 162.4 144.14 169.8 -
System Red Green Blue C M Y K H S L
Decimal 221 127 191 0 0.43 0.14 0.13 319.15 0.58 0.68
Hex DD 7F BF 0 2B E D 13F 3A 44
Octal 335 177 277 0 53 16 15 477 72 104
Binary 11011101 1111111 10111111 0 101011 1110 1101 100111111 111010 1000100

Color Harmonies of #DD7FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7FBF

Black with #DD7FBF

Text Example


Text Example

White with #DD7FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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