Html Css Color HEX #DD7CBF Persian Pink

📋 copy color: '#DD7CBF'

red 221 ◦ green 124 ◦ blue 191

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

Shades of Persian Pink #DD7CBF

Tints of Persian Pink #DD7CBF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.13%

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

R = 41.23%
G = 23.13%
B = 35.63%

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

#DD7CBF (or 0xDD7CBF) is known color: Persian Pink. HEX triplet: DD, 7C and BF. RGB value is (221,124,191). Sum of RGB (Red+Green+Blue) = 221+124+191=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CBF is #228340. Grayscale: #A0A0A0. Windows color (decimal): -2261825 or 12549341. OLE color: 12549341.

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

Color convert

RGB 221 124 191 -
CMYK 0 0.44 0.14 0.13
HSL 318.56º 0.59% 0.68% -
HSV(B) 318.56º 0.44% 0.87% -
XYZ 46.43 33.55 53.32 -
YUV 160.64 145.14 171.05 -
System Red Green Blue C M Y K H S L
Decimal 221 124 191 0 0.44 0.14 0.13 318.56 0.59 0.68
Hex DD 7C BF 0 2C E D 13F 3B 44
Octal 335 174 277 0 54 16 15 477 73 104
Binary 11011101 1111100 10111111 0 101100 1110 1101 100111111 111011 1000100

Color Harmonies of #DD7CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CBF

Black with #DD7CBF

Text Example


Text Example

White with #DD7CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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