Html Css Color HEX #DD7DB4 Persian Pink

📋 copy color: '#DD7DB4'

red 221 ◦ green 125 ◦ blue 180

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

Shades of Persian Pink #DD7DB4

Tints of Persian Pink #DD7DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.22%

R = 42.02%
G = 23.76%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD7DB4 (or 0xDD7DB4) is known color: Persian Pink. HEX triplet: DD, 7D and B4. RGB value is (221,125,180). Sum of RGB (Red+Green+Blue) = 221+125+180=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DB4 is #22824B. Grayscale: #9F9F9F. Windows color (decimal): -2261580 or 11828701. OLE color: 11828701.

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

Color convert

RGB 221 125 180 -
CMYK 0 0.43 0.19 0.13
HSL 325.63º 0.59% 0.68% -
HSV(B) 325.63º 0.43% 0.87% -
XYZ 45.39 33.33 47.22 -
YUV 159.97 139.3 171.53 -
System Red Green Blue C M Y K H S L
Decimal 221 125 180 0 0.43 0.19 0.13 325.63 0.59 0.68
Hex DD 7D B4 0 2B 13 D 146 3B 44
Octal 335 175 264 0 53 23 15 506 73 104
Binary 11011101 1111101 10110100 0 101011 10011 1101 101000110 111011 1000100

Color Harmonies of #DD7DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7DB4

Black with #DD7DB4

Text Example


Text Example

White with #DD7DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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