Html Css Color HEX #DA76B0 Persian Pink

📋 copy color: '#DA76B0'

red 218 ◦ green 118 ◦ blue 176

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

Shades of Persian Pink #DA76B0

Tints of Persian Pink #DA76B0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.05%

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

R = 42.58%
G = 23.05%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA76B0 (or 0xDA76B0) is known color: Persian Pink. HEX triplet: DA, 76 and B0. RGB value is (218,118,176). Sum of RGB (Red+Green+Blue) = 218+118+176=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA76B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA76B0 is #25894F. Grayscale: #9A9A9A. Windows color (decimal): -2459984 or 11564762. OLE color: 11564762.

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

Color convert

RGB 218 118 176 -
CMYK 0 0.46 0.19 0.15
HSL 325.2º 0.57% 0.66% -
HSV(B) 325.2º 0.46% 0.85% -
XYZ 43.23 31 44.78 -
YUV 154.51 140.13 173.28 -
System Red Green Blue C M Y K H S L
Decimal 218 118 176 0 0.46 0.19 0.15 325.2 0.57 0.66
Hex DA 76 B0 0 2E 13 F 145 39 42
Octal 332 166 260 0 56 23 17 505 71 102
Binary 11011010 1110110 10110000 0 101110 10011 1111 101000101 111001 1000010

Color Harmonies of #DA76B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA76B0

Black with #DA76B0

Text Example


Text Example

White with #DA76B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA76B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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