Html Css Color HEX #DF72BB Persian Pink

📋 copy color: '#DF72BB'

red 223 ◦ green 114 ◦ blue 187

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

Shades of Persian Pink #DF72BB

Tints of Persian Pink #DF72BB

RGB

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

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

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

R = 42.56%
G = 21.76%
B = 35.69%

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

#DF72BB (or 0xDF72BB) is known color: Persian Pink. HEX triplet: DF, 72 and BB. RGB value is (223,114,187). Sum of RGB (Red+Green+Blue) = 223+114+187=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF72BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF72BB is #208D44. Grayscale: #9A9A9A. Windows color (decimal): -2133317 or 12284639. OLE color: 12284639.

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

Color convert

RGB 223 114 187 -
CMYK 0 0.49 0.16 0.13
HSL 319.82º 0.63% 0.66% -
HSV(B) 319.82º 0.49% 0.87% -
XYZ 45.42 31.31 50.66 -
YUV 154.91 146.11 176.56 -
System Red Green Blue C M Y K H S L
Decimal 223 114 187 0 0.49 0.16 0.13 319.82 0.63 0.66
Hex DF 72 BB 0 31 10 D 140 3F 42
Octal 337 162 273 0 61 20 15 500 77 102
Binary 11011111 1110010 10111011 0 110001 10000 1101 101000000 111111 1000010

Color Harmonies of #DF72BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF72BB

Black with #DF72BB

Text Example


Text Example

White with #DF72BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF72BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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