Html Css Color HEX #DA76B4 Persian Pink

📋 copy color: '#DA76B4'

red 218 ◦ green 118 ◦ blue 180

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

Shades of Persian Pink #DA76B4

Tints of Persian Pink #DA76B4

RGB

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

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

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

R = 42.25%
G = 22.87%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA76B4 (or 0xDA76B4) is known color: Persian Pink. HEX triplet: DA, 76 and B4. RGB value is (218,118,180). Sum of RGB (Red+Green+Blue) = 218+118+180=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA76B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA76B4 is #25894B. Grayscale: #9A9A9A. Windows color (decimal): -2459980 or 11826906. OLE color: 11826906.

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

Color convert

RGB 218 118 180 -
CMYK 0 0.46 0.17 0.15
HSL 322.8º 0.57% 0.66% -
HSV(B) 322.8º 0.46% 0.85% -
XYZ 43.63 31.16 46.89 -
YUV 154.97 142.13 172.96 -
System Red Green Blue C M Y K H S L
Decimal 218 118 180 0 0.46 0.17 0.15 322.8 0.57 0.66
Hex DA 76 B4 0 2E 11 F 143 39 42
Octal 332 166 264 0 56 21 17 503 71 102
Binary 11011010 1110110 10110100 0 101110 10001 1111 101000011 111001 1000010

Color Harmonies of #DA76B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA76B4

Black with #DA76B4

Text Example


Text Example

White with #DA76B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA76B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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