Html Css Color HEX #DF79B4 Persian Pink

📋 copy color: '#DF79B4'

red 223 ◦ green 121 ◦ blue 180

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

Shades of Persian Pink #DF79B4

Tints of Persian Pink #DF79B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.35%

R = 42.56%
G = 23.09%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF79B4 (or 0xDF79B4) is known color: Persian Pink. HEX triplet: DF, 79 and B4. RGB value is (223,121,180). Sum of RGB (Red+Green+Blue) = 223+121+180=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF79B4 is #20864B. Grayscale: #9E9E9E. Windows color (decimal): -2131532 or 11827679. OLE color: 11827679.

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

Color convert

RGB 223 121 180 -
CMYK 0 0.46 0.19 0.13
HSL 325.29º 0.61% 0.67% -
HSV(B) 325.29º 0.46% 0.87% -
XYZ 45.51 32.66 47.09 -
YUV 158.22 140.29 174.2 -
System Red Green Blue C M Y K H S L
Decimal 223 121 180 0 0.46 0.19 0.13 325.29 0.61 0.67
Hex DF 79 B4 0 2E 13 D 145 3D 43
Octal 337 171 264 0 56 23 15 505 75 103
Binary 11011111 1111001 10110100 0 101110 10011 1101 101000101 111101 1000011

Color Harmonies of #DF79B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF79B4

Black with #DF79B4

Text Example


Text Example

White with #DF79B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF79B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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