Html Css Color HEX #DD70AF Persian Pink

📋 copy color: '#DD70AF'

red 221 ◦ green 112 ◦ blue 175

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

Shades of Persian Pink #DD70AF

Tints of Persian Pink #DD70AF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.05%

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

R = 43.5%
G = 22.05%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD70AF (or 0xDD70AF) is known color: Persian Pink. HEX triplet: DD, 70 and AF. RGB value is (221,112,175). Sum of RGB (Red+Green+Blue) = 221+112+175=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD70AF is #228F50. Grayscale: #979797. Windows color (decimal): -2264913 or 11497693. OLE color: 11497693.

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

Color convert

RGB 221 112 175 -
CMYK 0 0.49 0.21 0.13
HSL 325.32º 0.62% 0.65% -
HSV(B) 325.32º 0.49% 0.87% -
XYZ 43.35 30.06 44.07 -
YUV 151.77 141.11 177.38 -
System Red Green Blue C M Y K H S L
Decimal 221 112 175 0 0.49 0.21 0.13 325.32 0.62 0.65
Hex DD 70 AF 0 31 15 D 145 3E 41
Octal 335 160 257 0 61 25 15 505 76 101
Binary 11011101 1110000 10101111 0 110001 10101 1101 101000101 111110 1000001

Color Harmonies of #DD70AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70AF

Black with #DD70AF

Text Example


Text Example

White with #DD70AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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