Html Css Color HEX #DF70B7 Persian Pink

📋 copy color: '#DF70B7'

red 223 ◦ green 112 ◦ blue 183

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

Shades of Persian Pink #DF70B7

Tints of Persian Pink #DF70B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.33%

R = 43.05%
G = 21.62%
B = 35.33%

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

#DF70B7 (or 0xDF70B7) is known color: Persian Pink. HEX triplet: DF, 70 and B7. RGB value is (223,112,183). Sum of RGB (Red+Green+Blue) = 223+112+183=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF70B7 is #208F48. Grayscale: #999999. Windows color (decimal): -2133833 or 12021983. OLE color: 12021983.

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

Color convert

RGB 223 112 183 -
CMYK 0 0.50 0.18 0.13
HSL 321.62º 0.63% 0.66% -
HSV(B) 321.62º 0.5% 0.87% -
XYZ 44.77 30.7 48.36 -
YUV 153.28 144.77 177.73 -
System Red Green Blue C M Y K H S L
Decimal 223 112 183 0 0.50 0.18 0.13 321.62 0.63 0.66
Hex DF 70 B7 0 32 12 D 142 3F 42
Octal 337 160 267 0 62 22 15 502 77 102
Binary 11011111 1110000 10110111 0 110010 10010 1101 101000010 111111 1000010

Color Harmonies of #DF70B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF70B7

Black with #DF70B7

Text Example


Text Example

White with #DF70B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF70B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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