Html Css Color HEX #DF71BB Persian Pink

📋 copy color: '#DF71BB'

red 223 ◦ green 113 ◦ blue 187

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

Shades of Persian Pink #DF71BB

Tints of Persian Pink #DF71BB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.61%

 BLUE value IS 187 (73.44% from 255) = 35.76%

R = 42.64%
G = 21.61%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF71BB (or 0xDF71BB) is known color: Persian Pink. HEX triplet: DF, 71 and BB. RGB value is (223,113,187). Sum of RGB (Red+Green+Blue) = 223+113+187=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF71BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF71BB is #208E44. Grayscale: #9A9A9A. Windows color (decimal): -2133573 or 12284383. OLE color: 12284383.

HSL color Cylindrical-coordinate representation of color #DF71BB: hue angle of 319.64º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF71BB is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 113 187 -
CMYK 0 0.49 0.16 0.13
HSL 319.64º 0.63% 0.66% -
HSV(B) 319.64º 0.49% 0.87% -
XYZ 45.31 31.09 50.63 -
YUV 154.33 146.44 176.98 -
System Red Green Blue C M Y K H S L
Decimal 223 113 187 0 0.49 0.16 0.13 319.64 0.63 0.66
Hex DF 71 BB 0 31 10 D 140 3F 42
Octal 337 161 273 0 61 20 15 500 77 102
Binary 11011111 1110001 10111011 0 110001 10000 1101 101000000 111111 1000010

Color Harmonies of #DF71BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF71BB

Black with #DF71BB

Text Example


Text Example

White with #DF71BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF71BB; }

 p { color: rgb(223,113,187); }

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

background-color css

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

 a { background-color: rgb(223,113,187); }

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

border-color css

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

 span { border-color: rgb(223,113,187); }

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