Html Css Color HEX #DA4780 Cranberry

📋 copy color: '#DA4780'

red 218 ◦ green 71 ◦ blue 128

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

Shades of Cranberry #DA4780

Tints of Cranberry #DA4780

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.03%

 BLUE value IS 128 (50.39% from 255) = 30.7%

R = 52.28%
G = 17.03%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA4780 (or 0xDA4780) is known color: Cranberry. HEX triplet: DA, 47 and 80. RGB value is (218,71,128). Sum of RGB (Red+Green+Blue) = 218+71+128=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4780 is #25B87F. Grayscale: #797979. Windows color (decimal): -2472064 or 8407002. OLE color: 8407002.

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

Color convert

RGB 218 71 128 -
CMYK 0 0.67 0.41 0.15
HSL 336.73º 0.67% 0.57% -
HSV(B) 336.73º 0.67% 0.85% -
XYZ 35.06 20.97 22.62 -
YUV 121.45 131.7 196.87 -
System Red Green Blue C M Y K H S L
Decimal 218 71 128 0 0.67 0.41 0.15 336.73 0.67 0.57
Hex DA 47 80 0 43 29 F 151 43 39
Octal 332 107 200 0 103 51 17 521 103 71
Binary 11011010 1000111 10000000 0 1000011 101001 1111 101010001 1000011 111001

Color Harmonies of #DA4780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4780

Black with #DA4780

Text Example


Text Example

White with #DA4780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4780; }

 p { color: rgb(218,71,128); }

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

background-color css

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

 a { background-color: rgb(218,71,128); }

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

border-color css

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

 span { border-color: rgb(218,71,128); }

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