Html Css Color HEX #DD7DBF Persian Pink

📋 copy color: '#DD7DBF'

red 221 ◦ green 125 ◦ blue 191

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

Shades of Persian Pink #DD7DBF

Tints of Persian Pink #DD7DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.28%

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

R = 41.15%
G = 23.28%
B = 35.57%

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

#DD7DBF (or 0xDD7DBF) is known color: Persian Pink. HEX triplet: DD, 7D and BF. RGB value is (221,125,191). Sum of RGB (Red+Green+Blue) = 221+125+191=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DBF is #228240. Grayscale: #A1A1A1. Windows color (decimal): -2261569 or 12549597. OLE color: 12549597.

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

Color convert

RGB 221 125 191 -
CMYK 0 0.43 0.14 0.13
HSL 318.75º 0.59% 0.68% -
HSV(B) 318.75º 0.43% 0.87% -
XYZ 46.56 33.8 53.36 -
YUV 161.23 144.8 170.63 -
System Red Green Blue C M Y K H S L
Decimal 221 125 191 0 0.43 0.14 0.13 318.75 0.59 0.68
Hex DD 7D BF 0 2B E D 13F 3B 44
Octal 335 175 277 0 53 16 15 477 73 104
Binary 11011101 1111101 10111111 0 101011 1110 1101 100111111 111011 1000100

Color Harmonies of #DD7DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7DBF

Black with #DD7DBF

Text Example


Text Example

White with #DD7DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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