Html Css Color HEX #DD7FB5 Persian Pink

📋 copy color: '#DD7FB5'

red 221 ◦ green 127 ◦ blue 181

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

Shades of Persian Pink #DD7FB5

Tints of Persian Pink #DD7FB5

RGB

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

 GREEN value IS 127 (50% from 255) = 24.01%

 BLUE value IS 181 (71.09% from 255) = 34.22%

R = 41.78%
G = 24.01%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD7FB5 (or 0xDD7FB5) is known color: Persian Pink. HEX triplet: DD, 7F and B5. RGB value is (221,127,181). Sum of RGB (Red+Green+Blue) = 221+127+181=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FB5 is #22804A. Grayscale: #A1A1A1. Windows color (decimal): -2261067 or 11894749. OLE color: 11894749.

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

Color convert

RGB 221 127 181 -
CMYK 0 0.43 0.18 0.13
HSL 325.53º 0.58% 0.68% -
HSV(B) 325.53º 0.43% 0.87% -
XYZ 45.75 33.89 47.85 -
YUV 161.26 139.14 170.61 -
System Red Green Blue C M Y K H S L
Decimal 221 127 181 0 0.43 0.18 0.13 325.53 0.58 0.68
Hex DD 7F B5 0 2B 12 D 146 3A 44
Octal 335 177 265 0 53 22 15 506 72 104
Binary 11011101 1111111 10110101 0 101011 10010 1101 101000110 111010 1000100

Color Harmonies of #DD7FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7FB5

Black with #DD7FB5

Text Example


Text Example

White with #DD7FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7FB5; }

 p { color: rgb(221,127,181); }

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

background-color css

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

 a { background-color: rgb(221,127,181); }

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

border-color css

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

 span { border-color: rgb(221,127,181); }

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