Html Css Color HEX #DE70B5 Persian Pink

📋 copy color: '#DE70B5'

red 222 ◦ green 112 ◦ blue 181

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

Shades of Persian Pink #DE70B5

Tints of Persian Pink #DE70B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.15%

R = 43.11%
G = 21.75%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DE70B5 (or 0xDE70B5) is known color: Persian Pink. HEX triplet: DE, 70 and B5. RGB value is (222,112,181). Sum of RGB (Red+Green+Blue) = 222+112+181=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DE70B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE70B5 is #218F4A. Grayscale: #989898. Windows color (decimal): -2199371 or 11890910. OLE color: 11890910.

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

Color convert

RGB 222 112 181 -
CMYK 0 0.50 0.18 0.13
HSL 322.36º 0.63% 0.65% -
HSV(B) 322.36º 0.5% 0.87% -
XYZ 44.26 30.45 47.26 -
YUV 152.76 143.94 177.39 -
System Red Green Blue C M Y K H S L
Decimal 222 112 181 0 0.50 0.18 0.13 322.36 0.63 0.65
Hex DE 70 B5 0 32 12 D 142 3E 41
Octal 336 160 265 0 62 22 15 502 76 101
Binary 11011110 1110000 10110101 0 110010 10010 1101 101000010 111110 1000001

Color Harmonies of #DE70B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE70B5

Black with #DE70B5

Text Example


Text Example

White with #DE70B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE70B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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