Html Css Color HEX #DF70BD Persian Pink

📋 copy color: '#DF70BD'

red 223 ◦ green 112 ◦ blue 189

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

Shades of Persian Pink #DF70BD

Tints of Persian Pink #DF70BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.07%

R = 42.56%
G = 21.37%
B = 36.07%

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

#DF70BD (or 0xDF70BD) is known color: Persian Pink. HEX triplet: DF, 70 and BD. RGB value is (223,112,189). Sum of RGB (Red+Green+Blue) = 223+112+189=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF70BD is #208F42. Grayscale: #999999. Windows color (decimal): -2133827 or 12415199. OLE color: 12415199.

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

Color convert

RGB 223 112 189 -
CMYK 0 0.50 0.15 0.13
HSL 318.38º 0.63% 0.66% -
HSV(B) 318.38º 0.5% 0.87% -
XYZ 45.41 30.95 51.72 -
YUV 153.97 147.77 177.24 -
System Red Green Blue C M Y K H S L
Decimal 223 112 189 0 0.50 0.15 0.13 318.38 0.63 0.66
Hex DF 70 BD 0 32 F D 13E 3F 42
Octal 337 160 275 0 62 17 15 476 77 102
Binary 11011111 1110000 10111101 0 110010 1111 1101 100111110 111111 1000010

Color Harmonies of #DF70BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF70BD

Black with #DF70BD

Text Example


Text Example

White with #DF70BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF70BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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