Html Css Color HEX #DD7CB1 Persian Pink

📋 copy color: '#DD7CB1'

red 221 ◦ green 124 ◦ blue 177

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

Shades of Persian Pink #DD7CB1

Tints of Persian Pink #DD7CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.91%

R = 42.34%
G = 23.75%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD7CB1 (or 0xDD7CB1) is known color: Persian Pink. HEX triplet: DD, 7C and B1. RGB value is (221,124,177). Sum of RGB (Red+Green+Blue) = 221+124+177=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7CB1 is #22834E. Grayscale: #9E9E9E. Windows color (decimal): -2261839 or 11631837. OLE color: 11631837.

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

Color convert

RGB 221 124 177 -
CMYK 0 0.44 0.20 0.13
HSL 327.22º 0.59% 0.68% -
HSV(B) 327.22º 0.44% 0.87% -
XYZ 44.96 32.96 45.59 -
YUV 159.05 138.14 172.19 -
System Red Green Blue C M Y K H S L
Decimal 221 124 177 0 0.44 0.20 0.13 327.22 0.59 0.68
Hex DD 7C B1 0 2C 14 D 147 3B 44
Octal 335 174 261 0 54 24 15 507 73 104
Binary 11011101 1111100 10110001 0 101100 10100 1101 101000111 111011 1000100

Color Harmonies of #DD7CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CB1

Black with #DD7CB1

Text Example


Text Example

White with #DD7CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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