Html Css Color HEX #DF70BE Persian Pink

📋 copy color: '#DF70BE'

red 223 ◦ green 112 ◦ blue 190

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

Shades of Persian Pink #DF70BE

Tints of Persian Pink #DF70BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.19%

R = 42.48%
G = 21.33%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF70BE (or 0xDF70BE) is known color: Persian Pink. HEX triplet: DF, 70 and BE. RGB value is (223,112,190). Sum of RGB (Red+Green+Blue) = 223+112+190=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF70BE is #208F41. Grayscale: #999999. Windows color (decimal): -2133826 or 12480735. OLE color: 12480735.

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

Color convert

RGB 223 112 190 -
CMYK 0 0.50 0.15 0.13
HSL 317.84º 0.63% 0.66% -
HSV(B) 317.84º 0.5% 0.87% -
XYZ 45.52 30.99 52.3 -
YUV 154.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 223 112 190 0 0.50 0.15 0.13 317.84 0.63 0.66
Hex DF 70 BE 0 32 F D 13E 3F 42
Octal 337 160 276 0 62 17 15 476 77 102
Binary 11011111 1110000 10111110 0 110010 1111 1101 100111110 111111 1000010

Color Harmonies of #DF70BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF70BE

Black with #DF70BE

Text Example


Text Example

White with #DF70BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF70BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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