Html Css Color HEX #DF76BB Persian Pink

📋 copy color: '#DF76BB'

red 223 ◦ green 118 ◦ blue 187

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

Shades of Persian Pink #DF76BB

Tints of Persian Pink #DF76BB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.35%

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

R = 42.23%
G = 22.35%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF76BB (or 0xDF76BB) is known color: Persian Pink. HEX triplet: DF, 76 and BB. RGB value is (223,118,187). Sum of RGB (Red+Green+Blue) = 223+118+187=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76BB is #208944. Grayscale: #9D9D9D. Windows color (decimal): -2132293 or 12285663. OLE color: 12285663.

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

Color convert

RGB 223 118 187 -
CMYK 0 0.47 0.16 0.13
HSL 320.57º 0.62% 0.67% -
HSV(B) 320.57º 0.47% 0.87% -
XYZ 45.88 32.23 50.82 -
YUV 157.26 144.79 174.89 -
System Red Green Blue C M Y K H S L
Decimal 223 118 187 0 0.47 0.16 0.13 320.57 0.62 0.67
Hex DF 76 BB 0 2F 10 D 141 3E 43
Octal 337 166 273 0 57 20 15 501 76 103
Binary 11011111 1110110 10111011 0 101111 10000 1101 101000001 111110 1000011

Color Harmonies of #DF76BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF76BB

Black with #DF76BB

Text Example


Text Example

White with #DF76BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF76BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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