Html Css Color HEX #DF79BA Persian Pink

📋 copy color: '#DF79BA'

red 223 ◦ green 121 ◦ blue 186

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

Shades of Persian Pink #DF79BA

Tints of Persian Pink #DF79BA

RGB

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

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

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

R = 42.08%
G = 22.83%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF79BA (or 0xDF79BA) is known color: Persian Pink. HEX triplet: DF, 79 and BA. RGB value is (223,121,186). Sum of RGB (Red+Green+Blue) = 223+121+186=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 121 (47.66% from 255 or 22.83% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF79BA is #208645. Grayscale: #9E9E9E. Windows color (decimal): -2131526 or 12220895. OLE color: 12220895.

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

Color convert

RGB 223 121 186 -
CMYK 0 0.46 0.17 0.13
HSL 321.76º 0.61% 0.67% -
HSV(B) 321.76º 0.46% 0.87% -
XYZ 46.13 32.91 50.37 -
YUV 158.91 143.29 173.71 -
System Red Green Blue C M Y K H S L
Decimal 223 121 186 0 0.46 0.17 0.13 321.76 0.61 0.67
Hex DF 79 BA 0 2E 11 D 142 3D 43
Octal 337 171 272 0 56 21 15 502 75 103
Binary 11011111 1111001 10111010 0 101110 10001 1101 101000010 111101 1000011

Color Harmonies of #DF79BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF79BA

Black with #DF79BA

Text Example


Text Example

White with #DF79BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF79BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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