Html Css Color HEX #DA76B8 Persian Pink

📋 copy color: '#DA76B8'

red 218 ◦ green 118 ◦ blue 184

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

Shades of Persian Pink #DA76B8

Tints of Persian Pink #DA76B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.38%

R = 41.92%
G = 22.69%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DA76B8 (or 0xDA76B8) is known color: Persian Pink. HEX triplet: DA, 76 and B8. RGB value is (218,118,184). Sum of RGB (Red+Green+Blue) = 218+118+184=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DA76B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA76B8 is #258947. Grayscale: #9B9B9B. Windows color (decimal): -2459976 or 12089050. OLE color: 12089050.

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

Color convert

RGB 218 118 184 -
CMYK 0 0.46 0.16 0.15
HSL 320.4º 0.57% 0.66% -
HSV(B) 320.4º 0.46% 0.85% -
XYZ 44.04 31.32 49.07 -
YUV 155.42 144.13 172.63 -
System Red Green Blue C M Y K H S L
Decimal 218 118 184 0 0.46 0.16 0.15 320.4 0.57 0.66
Hex DA 76 B8 0 2E 10 F 140 39 42
Octal 332 166 270 0 56 20 17 500 71 102
Binary 11011010 1110110 10111000 0 101110 10000 1111 101000000 111001 1000010

Color Harmonies of #DA76B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA76B8

Black with #DA76B8

Text Example


Text Example

White with #DA76B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA76B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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