Html Css Color HEX #DF76BE Persian Pink

📋 copy color: '#DF76BE'

red 223 ◦ green 118 ◦ blue 190

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

Shades of Persian Pink #DF76BE

Tints of Persian Pink #DF76BE

RGB

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

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

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

R = 42%
G = 22.22%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF76BE (or 0xDF76BE) is known color: Persian Pink. HEX triplet: DF, 76 and BE. RGB value is (223,118,190). Sum of RGB (Red+Green+Blue) = 223+118+190=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76BE is #208941. Grayscale: #9D9D9D. Windows color (decimal): -2132290 or 12482271. OLE color: 12482271.

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

Color convert

RGB 223 118 190 -
CMYK 0 0.47 0.15 0.13
HSL 318.86º 0.62% 0.67% -
HSV(B) 318.86º 0.47% 0.87% -
XYZ 46.2 32.36 52.53 -
YUV 157.6 146.29 174.65 -
System Red Green Blue C M Y K H S L
Decimal 223 118 190 0 0.47 0.15 0.13 318.86 0.62 0.67
Hex DF 76 BE 0 2F F D 13F 3E 43
Octal 337 166 276 0 57 17 15 477 76 103
Binary 11011111 1110110 10111110 0 101111 1111 1101 100111111 111110 1000011

Color Harmonies of #DF76BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF76BE

Black with #DF76BE

Text Example


Text Example

White with #DF76BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF76BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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