Html Css Color HEX #DA76BA Persian Pink

📋 copy color: '#DA76BA'

red 218 ◦ green 118 ◦ blue 186

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

Shades of Persian Pink #DA76BA

Tints of Persian Pink #DA76BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.63%

R = 41.76%
G = 22.61%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA76BA (or 0xDA76BA) is known color: Persian Pink. HEX triplet: DA, 76 and BA. RGB value is (218,118,186). Sum of RGB (Red+Green+Blue) = 218+118+186=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA76BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA76BA is #258945. Grayscale: #9B9B9B. Windows color (decimal): -2459974 or 12220122. OLE color: 12220122.

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

Color convert

RGB 218 118 186 -
CMYK 0 0.46 0.15 0.15
HSL 319.2º 0.57% 0.66% -
HSV(B) 319.2º 0.46% 0.85% -
XYZ 44.25 31.41 50.18 -
YUV 155.65 145.13 172.47 -
System Red Green Blue C M Y K H S L
Decimal 218 118 186 0 0.46 0.15 0.15 319.2 0.57 0.66
Hex DA 76 BA 0 2E F F 13F 39 42
Octal 332 166 272 0 56 17 17 477 71 102
Binary 11011010 1110110 10111010 0 101110 1111 1111 100111111 111001 1000010

Color Harmonies of #DA76BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA76BA

Black with #DA76BA

Text Example


Text Example

White with #DA76BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA76BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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