Html Css Color HEX #DD72AF Persian Pink

📋 copy color: '#DD72AF'

red 221 ◦ green 114 ◦ blue 175

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

Shades of Persian Pink #DD72AF

Tints of Persian Pink #DD72AF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.35%

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

R = 43.33%
G = 22.35%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD72AF (or 0xDD72AF) is known color: Persian Pink. HEX triplet: DD, 72 and AF. RGB value is (221,114,175). Sum of RGB (Red+Green+Blue) = 221+114+175=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD72AF is #228D50. Grayscale: #989898. Windows color (decimal): -2264401 or 11498205. OLE color: 11498205.

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

Color convert

RGB 221 114 175 -
CMYK 0 0.48 0.21 0.13
HSL 325.79º 0.61% 0.66% -
HSV(B) 325.79º 0.48% 0.87% -
XYZ 43.57 30.5 44.15 -
YUV 152.95 140.45 176.54 -
System Red Green Blue C M Y K H S L
Decimal 221 114 175 0 0.48 0.21 0.13 325.79 0.61 0.66
Hex DD 72 AF 0 30 15 D 146 3D 42
Octal 335 162 257 0 60 25 15 506 75 102
Binary 11011101 1110010 10101111 0 110000 10101 1101 101000110 111101 1000010

Color Harmonies of #DD72AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD72AF

Black with #DD72AF

Text Example


Text Example

White with #DD72AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD72AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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