Html Css Color HEX #DD75AF Persian Pink

📋 copy color: '#DD75AF'

red 221 ◦ green 117 ◦ blue 175

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

Shades of Persian Pink #DD75AF

Tints of Persian Pink #DD75AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.11%

R = 43.08%
G = 22.81%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD75AF (or 0xDD75AF) is known color: Persian Pink. HEX triplet: DD, 75 and AF. RGB value is (221,117,175). Sum of RGB (Red+Green+Blue) = 221+117+175=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD75AF is #228A50. Grayscale: #9A9A9A. Windows color (decimal): -2263633 or 11498973. OLE color: 11498973.

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

Color convert

RGB 221 117 175 -
CMYK 0 0.47 0.21 0.13
HSL 326.54º 0.6% 0.66% -
HSV(B) 326.54º 0.47% 0.87% -
XYZ 43.92 31.19 44.26 -
YUV 154.71 139.46 175.28 -
System Red Green Blue C M Y K H S L
Decimal 221 117 175 0 0.47 0.21 0.13 326.54 0.6 0.66
Hex DD 75 AF 0 2F 15 D 147 3C 42
Octal 335 165 257 0 57 25 15 507 74 102
Binary 11011101 1110101 10101111 0 101111 10101 1101 101000111 111100 1000010

Color Harmonies of #DD75AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD75AF

Black with #DD75AF

Text Example


Text Example

White with #DD75AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD75AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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