Html Css Color HEX #DA4A78 Cranberry

📋 copy color: '#DA4A78'

red 218 ◦ green 74 ◦ blue 120

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

Shades of Cranberry #DA4A78

Tints of Cranberry #DA4A78

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.96%

 BLUE value IS 120 (47.27% from 255) = 29.13%

R = 52.91%
G = 17.96%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA4A78 (or 0xDA4A78) is known color: Cranberry. HEX triplet: DA, 4A and 78. RGB value is (218,74,120). Sum of RGB (Red+Green+Blue) = 218+74+120=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4A78 is #25B587. Grayscale: #7A7A7A. Windows color (decimal): -2471304 or 7883482. OLE color: 7883482.

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

Color convert

RGB 218 74 120 -
CMYK 0 0.66 0.45 0.15
HSL 340.83º 0.66% 0.57% -
HSV(B) 340.83º 0.66% 0.85% -
XYZ 34.75 21.16 20.02 -
YUV 122.3 126.71 196.26 -
System Red Green Blue C M Y K H S L
Decimal 218 74 120 0 0.66 0.45 0.15 340.83 0.66 0.57
Hex DA 4A 78 0 42 2D F 155 42 39
Octal 332 112 170 0 102 55 17 525 102 71
Binary 11011010 1001010 1111000 0 1000010 101101 1111 101010101 1000010 111001

Color Harmonies of #DA4A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4A78

Black with #DA4A78

Text Example


Text Example

White with #DA4A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4A78; }

 p { color: rgb(218,74,120); }

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

background-color css

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

 a { background-color: rgb(218,74,120); }

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

border-color css

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

 span { border-color: rgb(218,74,120); }

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