Html Css Color HEX #DF72BE Persian Pink

📋 copy color: '#DF72BE'

red 223 ◦ green 114 ◦ blue 190

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

Shades of Persian Pink #DF72BE

Tints of Persian Pink #DF72BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.05%

R = 42.31%
G = 21.63%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF72BE (or 0xDF72BE) is known color: Persian Pink. HEX triplet: DF, 72 and BE. RGB value is (223,114,190). Sum of RGB (Red+Green+Blue) = 223+114+190=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF72BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF72BE is #208D41. Grayscale: #9B9B9B. Windows color (decimal): -2133314 or 12481247. OLE color: 12481247.

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

Color convert

RGB 223 114 190 -
CMYK 0 0.49 0.15 0.13
HSL 318.17º 0.63% 0.66% -
HSV(B) 318.17º 0.49% 0.87% -
XYZ 45.74 31.44 52.37 -
YUV 155.26 147.61 176.32 -
System Red Green Blue C M Y K H S L
Decimal 223 114 190 0 0.49 0.15 0.13 318.17 0.63 0.66
Hex DF 72 BE 0 31 F D 13E 3F 42
Octal 337 162 276 0 61 17 15 476 77 102
Binary 11011111 1110010 10111110 0 110001 1111 1101 100111110 111111 1000010

Color Harmonies of #DF72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF72BE

Black with #DF72BE

Text Example


Text Example

White with #DF72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF72BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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