Html Css Color HEX #DD7BBF Persian Pink

📋 copy color: '#DD7BBF'

red 221 ◦ green 123 ◦ blue 191

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

Shades of Persian Pink #DD7BBF

Tints of Persian Pink #DD7BBF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.99%

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

R = 41.31%
G = 22.99%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD7BBF (or 0xDD7BBF) is known color: Persian Pink. HEX triplet: DD, 7B and BF. RGB value is (221,123,191). Sum of RGB (Red+Green+Blue) = 221+123+191=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BBF is #228440. Grayscale: #9F9F9F. Windows color (decimal): -2262081 or 12549085. OLE color: 12549085.

HSL color Cylindrical-coordinate representation of color #DD7BBF: hue angle of 318.37º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7BBF is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 123 191 -
CMYK 0 0.44 0.14 0.13
HSL 318.37º 0.59% 0.67% -
HSV(B) 318.37º 0.44% 0.87% -
XYZ 46.31 33.3 53.28 -
YUV 160.05 145.47 171.47 -
System Red Green Blue C M Y K H S L
Decimal 221 123 191 0 0.44 0.14 0.13 318.37 0.59 0.67
Hex DD 7B BF 0 2C E D 13E 3B 43
Octal 335 173 277 0 54 16 15 476 73 103
Binary 11011101 1111011 10111111 0 101100 1110 1101 100111110 111011 1000011

Color Harmonies of #DD7BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7BBF

Black with #DD7BBF

Text Example


Text Example

White with #DD7BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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