Html Css Color HEX #DF79BD Persian Pink

📋 copy color: '#DF79BD'

red 223 ◦ green 121 ◦ blue 189

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

Shades of Persian Pink #DF79BD

Tints of Persian Pink #DF79BD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.7%

 BLUE value IS 189 (74.22% from 255) = 35.46%

R = 41.84%
G = 22.7%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF79BD (or 0xDF79BD) is known color: Persian Pink. HEX triplet: DF, 79 and BD. RGB value is (223,121,189). Sum of RGB (Red+Green+Blue) = 223+121+189=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 121 (47.66% from 255 or 22.70% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF79BD is #208642. Grayscale: #9F9F9F. Windows color (decimal): -2131523 or 12417503. OLE color: 12417503.

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

Color convert

RGB 223 121 189 -
CMYK 0 0.46 0.15 0.13
HSL 320º 0.61% 0.67% -
HSV(B) 320º 0.46% 0.87% -
XYZ 46.45 33.04 52.07 -
YUV 159.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 223 121 189 0 0.46 0.15 0.13 320 0.61 0.67
Hex DF 79 BD 0 2E F D 140 3D 43
Octal 337 171 275 0 56 17 15 500 75 103
Binary 11011111 1111001 10111101 0 101110 1111 1101 101000000 111101 1000011

Color Harmonies of #DF79BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF79BD

Black with #DF79BD

Text Example


Text Example

White with #DF79BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF79BD; }

 p { color: rgb(223,121,189); }

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

background-color css

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

 a { background-color: rgb(223,121,189); }

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

border-color css

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

 span { border-color: rgb(223,121,189); }

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