Html Css Color HEX #DF72BA Persian Pink

📋 copy color: '#DF72BA'

red 223 ◦ green 114 ◦ blue 186

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

Shades of Persian Pink #DF72BA

Tints of Persian Pink #DF72BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.56%

R = 42.64%
G = 21.8%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF72BA (or 0xDF72BA) is known color: Persian Pink. HEX triplet: DF, 72 and BA. RGB value is (223,114,186). Sum of RGB (Red+Green+Blue) = 223+114+186=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF72BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF72BA is #208D45. Grayscale: #9A9A9A. Windows color (decimal): -2133318 or 12219103. OLE color: 12219103.

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

Color convert

RGB 223 114 186 -
CMYK 0 0.49 0.17 0.13
HSL 320.37º 0.63% 0.66% -
HSV(B) 320.37º 0.49% 0.87% -
XYZ 45.31 31.27 50.1 -
YUV 154.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 223 114 186 0 0.49 0.17 0.13 320.37 0.63 0.66
Hex DF 72 BA 0 31 11 D 140 3F 42
Octal 337 162 272 0 61 21 15 500 77 102
Binary 11011111 1110010 10111010 0 110001 10001 1101 101000000 111111 1000010

Color Harmonies of #DF72BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF72BA

Black with #DF72BA

Text Example


Text Example

White with #DF72BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF72BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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