Html Css Color HEX #DF70BA Persian Pink

📋 copy color: '#DF70BA'

red 223 ◦ green 112 ◦ blue 186

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

Shades of Persian Pink #DF70BA

Tints of Persian Pink #DF70BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.7%

R = 42.8%
G = 21.5%
B = 35.7%

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

#DF70BA (or 0xDF70BA) is known color: Persian Pink. HEX triplet: DF, 70 and BA. RGB value is (223,112,186). Sum of RGB (Red+Green+Blue) = 223+112+186=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF70BA is #208F45. Grayscale: #999999. Windows color (decimal): -2133830 or 12218591. OLE color: 12218591.

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

Color convert

RGB 223 112 186 -
CMYK 0 0.50 0.17 0.13
HSL 320º 0.63% 0.66% -
HSV(B) 320º 0.5% 0.87% -
XYZ 45.09 30.82 50.03 -
YUV 153.63 146.27 177.48 -
System Red Green Blue C M Y K H S L
Decimal 223 112 186 0 0.50 0.17 0.13 320 0.63 0.66
Hex DF 70 BA 0 32 11 D 140 3F 42
Octal 337 160 272 0 62 21 15 500 77 102
Binary 11011111 1110000 10111010 0 110010 10001 1101 101000000 111111 1000010

Color Harmonies of #DF70BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF70BA

Black with #DF70BA

Text Example


Text Example

White with #DF70BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF70BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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