Html Css Color HEX #DD75B7 Persian Pink

📋 copy color: '#DD75B7'

red 221 ◦ green 117 ◦ blue 183

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

Shades of Persian Pink #DD75B7

Tints of Persian Pink #DD75B7

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.46%

 BLUE value IS 183 (71.88% from 255) = 35.12%

R = 42.42%
G = 22.46%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD75B7 (or 0xDD75B7) is known color: Persian Pink. HEX triplet: DD, 75 and B7. RGB value is (221,117,183). Sum of RGB (Red+Green+Blue) = 221+117+183=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75B7 is #228A48. Grayscale: #9B9B9B. Windows color (decimal): -2263625 or 12023261. OLE color: 12023261.

HSL color Cylindrical-coordinate representation of color #DD75B7: hue angle of 321.92º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD75B7 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 117 183 -
CMYK 0 0.47 0.17 0.13
HSL 321.92º 0.6% 0.66% -
HSV(B) 321.92º 0.47% 0.87% -
XYZ 44.73 31.51 48.53 -
YUV 155.62 143.46 174.63 -
System Red Green Blue C M Y K H S L
Decimal 221 117 183 0 0.47 0.17 0.13 321.92 0.6 0.66
Hex DD 75 B7 0 2F 11 D 142 3C 42
Octal 335 165 267 0 57 21 15 502 74 102
Binary 11011101 1110101 10110111 0 101111 10001 1101 101000010 111100 1000010

Color Harmonies of #DD75B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD75B7

Black with #DD75B7

Text Example


Text Example

White with #DD75B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD75B7; }

 p { color: rgb(221,117,183); }

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

background-color css

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

 a { background-color: rgb(221,117,183); }

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

border-color css

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

 span { border-color: rgb(221,117,183); }

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