Html Css Color HEX #DD7DBC Persian Pink

📋 copy color: '#DD7DBC'

red 221 ◦ green 125 ◦ blue 188

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

Shades of Persian Pink #DD7DBC

Tints of Persian Pink #DD7DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.21%

R = 41.39%
G = 23.41%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD7DBC (or 0xDD7DBC) is known color: Persian Pink. HEX triplet: DD, 7D and BC. RGB value is (221,125,188). Sum of RGB (Red+Green+Blue) = 221+125+188=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DBC is #228243. Grayscale: #A0A0A0. Windows color (decimal): -2261572 or 12352989. OLE color: 12352989.

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

Color convert

RGB 221 125 188 -
CMYK 0 0.43 0.15 0.13
HSL 320.63º 0.59% 0.68% -
HSV(B) 320.63º 0.43% 0.87% -
XYZ 46.23 33.67 51.64 -
YUV 160.89 143.3 170.88 -
System Red Green Blue C M Y K H S L
Decimal 221 125 188 0 0.43 0.15 0.13 320.63 0.59 0.68
Hex DD 7D BC 0 2B F D 141 3B 44
Octal 335 175 274 0 53 17 15 501 73 104
Binary 11011101 1111101 10111100 0 101011 1111 1101 101000001 111011 1000100

Color Harmonies of #DD7DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7DBC

Black with #DD7DBC

Text Example


Text Example

White with #DD7DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7DBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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