Html Css Color HEX #DA76BC Persian Pink

📋 copy color: '#DA76BC'

red 218 ◦ green 118 ◦ blue 188

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

Shades of Persian Pink #DA76BC

Tints of Persian Pink #DA76BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.88%

R = 41.6%
G = 22.52%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA76BC (or 0xDA76BC) is known color: Persian Pink. HEX triplet: DA, 76 and BC. RGB value is (218,118,188). Sum of RGB (Red+Green+Blue) = 218+118+188=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DA76BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA76BC is #258943. Grayscale: #9B9B9B. Windows color (decimal): -2459972 or 12351194. OLE color: 12351194.

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

Color convert

RGB 218 118 188 -
CMYK 0 0.46 0.14 0.15
HSL 318º 0.57% 0.66% -
HSV(B) 318º 0.46% 0.85% -
XYZ 44.47 31.49 51.31 -
YUV 155.88 146.13 172.31 -
System Red Green Blue C M Y K H S L
Decimal 218 118 188 0 0.46 0.14 0.15 318 0.57 0.66
Hex DA 76 BC 0 2E E F 13E 39 42
Octal 332 166 274 0 56 16 17 476 71 102
Binary 11011010 1110110 10111100 0 101110 1110 1111 100111110 111001 1000010

Color Harmonies of #DA76BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA76BC

Black with #DA76BC

Text Example


Text Example

White with #DA76BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA76BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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