Html Css Color HEX #DA79B0 Persian Pink

📋 copy color: '#DA79B0'

red 218 ◦ green 121 ◦ blue 176

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

Shades of Persian Pink #DA79B0

Tints of Persian Pink #DA79B0

RGB

 RED value IS 218 (85.55% from 255) = 42.33%

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

 BLUE value IS 176 (69.14% from 255) = 34.17%

R = 42.33%
G = 23.5%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA79B0 (or 0xDA79B0) is known color: Persian Pink. HEX triplet: DA, 79 and B0. RGB value is (218,121,176). Sum of RGB (Red+Green+Blue) = 218+121+176=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DA79B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA79B0 is #25864F. Grayscale: #9C9C9C. Windows color (decimal): -2459216 or 11565530. OLE color: 11565530.

HSL color Cylindrical-coordinate representation of color #DA79B0: hue angle of 325.98º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA79B0 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 121 176 -
CMYK 0 0.44 0.19 0.15
HSL 325.98º 0.57% 0.66% -
HSV(B) 325.98º 0.44% 0.85% -
XYZ 43.59 31.71 44.9 -
YUV 156.27 139.14 172.03 -
System Red Green Blue C M Y K H S L
Decimal 218 121 176 0 0.44 0.19 0.15 325.98 0.57 0.66
Hex DA 79 B0 0 2C 13 F 146 39 42
Octal 332 171 260 0 54 23 17 506 71 102
Binary 11011010 1111001 10110000 0 101100 10011 1111 101000110 111001 1000010

Color Harmonies of #DA79B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA79B0

Black with #DA79B0

Text Example


Text Example

White with #DA79B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA79B0; }

 p { color: rgb(218,121,176); }

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

background-color css

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

 a { background-color: rgb(218,121,176); }

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

border-color css

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

 span { border-color: rgb(218,121,176); }

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