Html Css Color HEX #DF70B2 Persian Pink

📋 copy color: '#DF70B2'

red 223 ◦ green 112 ◦ blue 178

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

Shades of Persian Pink #DF70B2

Tints of Persian Pink #DF70B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.7%

R = 43.47%
G = 21.83%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF70B2 (or 0xDF70B2) is known color: Persian Pink. HEX triplet: DF, 70 and B2. RGB value is (223,112,178). Sum of RGB (Red+Green+Blue) = 223+112+178=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF70B2 is #208F4D. Grayscale: #989898. Windows color (decimal): -2133838 or 11694303. OLE color: 11694303.

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

Color convert

RGB 223 112 178 -
CMYK 0 0.50 0.20 0.13
HSL 324.32º 0.63% 0.66% -
HSV(B) 324.32º 0.5% 0.87% -
XYZ 44.26 30.49 45.67 -
YUV 152.71 142.27 178.13 -
System Red Green Blue C M Y K H S L
Decimal 223 112 178 0 0.50 0.20 0.13 324.32 0.63 0.66
Hex DF 70 B2 0 32 14 D 144 3F 42
Octal 337 160 262 0 62 24 15 504 77 102
Binary 11011111 1110000 10110010 0 110010 10100 1101 101000100 111111 1000010

Color Harmonies of #DF70B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF70B2

Black with #DF70B2

Text Example


Text Example

White with #DF70B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF70B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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