Html Css Color HEX #DA79B2 Persian Pink

📋 copy color: '#DA79B2'

red 218 ◦ green 121 ◦ blue 178

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

Shades of Persian Pink #DA79B2

Tints of Persian Pink #DA79B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.43%

R = 42.17%
G = 23.4%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA79B2 (or 0xDA79B2) is known color: Persian Pink. HEX triplet: DA, 79 and B2. RGB value is (218,121,178). Sum of RGB (Red+Green+Blue) = 218+121+178=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DA79B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA79B2 is #25864D. Grayscale: #9C9C9C. Windows color (decimal): -2459214 or 11696602. OLE color: 11696602.

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

Color convert

RGB 218 121 178 -
CMYK 0 0.44 0.18 0.15
HSL 324.74º 0.57% 0.66% -
HSV(B) 324.74º 0.44% 0.85% -
XYZ 43.79 31.79 45.95 -
YUV 156.5 140.14 171.87 -
System Red Green Blue C M Y K H S L
Decimal 218 121 178 0 0.44 0.18 0.15 324.74 0.57 0.66
Hex DA 79 B2 0 2C 12 F 145 39 42
Octal 332 171 262 0 54 22 17 505 71 102
Binary 11011010 1111001 10110010 0 101100 10010 1111 101000101 111001 1000010

Color Harmonies of #DA79B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA79B2

Black with #DA79B2

Text Example


Text Example

White with #DA79B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA79B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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