Html Css Color HEX #DF72B1 Persian Pink

📋 copy color: '#DF72B1'

red 223 ◦ green 114 ◦ blue 177

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

Shades of Persian Pink #DF72B1

Tints of Persian Pink #DF72B1

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.18%

 BLUE value IS 177 (69.53% from 255) = 34.44%

R = 43.39%
G = 22.18%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF72B1 (or 0xDF72B1) is known color: Persian Pink. HEX triplet: DF, 72 and B1. RGB value is (223,114,177). Sum of RGB (Red+Green+Blue) = 223+114+177=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF72B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF72B1 is #208D4E. Grayscale: #999999. Windows color (decimal): -2133327 or 11629279. OLE color: 11629279.

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

Color convert

RGB 223 114 177 -
CMYK 0 0.49 0.21 0.13
HSL 325.32º 0.63% 0.66% -
HSV(B) 325.32º 0.49% 0.87% -
XYZ 44.38 30.9 45.22 -
YUV 153.77 141.11 177.38 -
System Red Green Blue C M Y K H S L
Decimal 223 114 177 0 0.49 0.21 0.13 325.32 0.63 0.66
Hex DF 72 B1 0 31 15 D 145 3F 42
Octal 337 162 261 0 61 25 15 505 77 102
Binary 11011111 1110010 10110001 0 110001 10101 1101 101000101 111111 1000010

Color Harmonies of #DF72B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF72B1

Black with #DF72B1

Text Example


Text Example

White with #DF72B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF72B1; }

 p { color: rgb(223,114,177); }

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

background-color css

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

 a { background-color: rgb(223,114,177); }

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

border-color css

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

 span { border-color: rgb(223,114,177); }

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