Html Css Color HEX #DD7DBD Persian Pink

📋 copy color: '#DD7DBD'

red 221 ◦ green 125 ◦ blue 189

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

Shades of Persian Pink #DD7DBD

Tints of Persian Pink #DD7DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.33%

R = 41.31%
G = 23.36%
B = 35.33%

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

#DD7DBD (or 0xDD7DBD) is known color: Persian Pink. HEX triplet: DD, 7D and BD. RGB value is (221,125,189). Sum of RGB (Red+Green+Blue) = 221+125+189=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DBD is #228242. Grayscale: #A0A0A0. Windows color (decimal): -2261571 or 12418525. OLE color: 12418525.

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

Color convert

RGB 221 125 189 -
CMYK 0 0.43 0.14 0.13
HSL 320º 0.59% 0.68% -
HSV(B) 320º 0.43% 0.87% -
XYZ 46.34 33.71 52.21 -
YUV 161 143.8 170.8 -
System Red Green Blue C M Y K H S L
Decimal 221 125 189 0 0.43 0.14 0.13 320 0.59 0.68
Hex DD 7D BD 0 2B E D 140 3B 44
Octal 335 175 275 0 53 16 15 500 73 104
Binary 11011101 1111101 10111101 0 101011 1110 1101 101000000 111011 1000100

Color Harmonies of #DD7DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7DBD

Black with #DD7DBD

Text Example


Text Example

White with #DD7DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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