Html Css Color HEX #DE70AF Persian Pink

📋 copy color: '#DE70AF'

red 222 ◦ green 112 ◦ blue 175

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

Shades of Persian Pink #DE70AF

Tints of Persian Pink #DE70AF

RGB

 RED value IS 222 (87.11% from 255) = 43.61%

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

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

R = 43.61%
G = 22%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DE70AF (or 0xDE70AF) is known color: Persian Pink. HEX triplet: DE, 70 and AF. RGB value is (222,112,175). Sum of RGB (Red+Green+Blue) = 222+112+175=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DE70AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE70AF is #218F50. Grayscale: #979797. Windows color (decimal): -2199377 or 11497694. OLE color: 11497694.

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

Color convert

RGB 222 112 175 -
CMYK 0 0.50 0.21 0.13
HSL 325.64º 0.63% 0.65% -
HSV(B) 325.64º 0.5% 0.87% -
XYZ 43.66 30.21 44.09 -
YUV 152.07 140.94 177.88 -
System Red Green Blue C M Y K H S L
Decimal 222 112 175 0 0.50 0.21 0.13 325.64 0.63 0.65
Hex DE 70 AF 0 32 15 D 146 3E 41
Octal 336 160 257 0 62 25 15 506 76 101
Binary 11011110 1110000 10101111 0 110010 10101 1101 101000110 111110 1000001

Color Harmonies of #DE70AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE70AF

Black with #DE70AF

Text Example


Text Example

White with #DE70AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE70AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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