Html Css Color HEX #DF70B8 Persian Pink

📋 copy color: '#DF70B8'

red 223 ◦ green 112 ◦ blue 184

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

Shades of Persian Pink #DF70B8

Tints of Persian Pink #DF70B8

RGB

 RED value IS 223 (87.5% from 255) = 42.97%

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

 BLUE value IS 184 (72.27% from 255) = 35.45%

R = 42.97%
G = 21.58%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF70B8 (or 0xDF70B8) is known color: Persian Pink. HEX triplet: DF, 70 and B8. RGB value is (223,112,184). Sum of RGB (Red+Green+Blue) = 223+112+184=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF70B8 is #208F47. Grayscale: #999999. Windows color (decimal): -2133832 or 12087519. OLE color: 12087519.

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

Color convert

RGB 223 112 184 -
CMYK 0 0.50 0.17 0.13
HSL 321.08º 0.63% 0.66% -
HSV(B) 321.08º 0.5% 0.87% -
XYZ 44.88 30.74 48.91 -
YUV 153.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 223 112 184 0 0.50 0.17 0.13 321.08 0.63 0.66
Hex DF 70 B8 0 32 11 D 141 3F 42
Octal 337 160 270 0 62 21 15 501 77 102
Binary 11011111 1110000 10111000 0 110010 10001 1101 101000001 111111 1000010

Color Harmonies of #DF70B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF70B8

Black with #DF70B8

Text Example


Text Example

White with #DF70B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF70B8; }

 p { color: rgb(223,112,184); }

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

background-color css

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

 a { background-color: rgb(223,112,184); }

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

border-color css

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

 span { border-color: rgb(223,112,184); }

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