Html Css Color HEX #DA4A79 Cranberry

📋 copy color: '#DA4A79'

red 218 ◦ green 74 ◦ blue 121

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

Shades of Cranberry #DA4A79

Tints of Cranberry #DA4A79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.3%

R = 52.78%
G = 17.92%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA4A79 (or 0xDA4A79) is known color: Cranberry. HEX triplet: DA, 4A and 79. RGB value is (218,74,121). Sum of RGB (Red+Green+Blue) = 218+74+121=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4A79 is #25B586. Grayscale: #7A7A7A. Windows color (decimal): -2471303 or 7949018. OLE color: 7949018.

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

Color convert

RGB 218 74 121 -
CMYK 0 0.66 0.44 0.15
HSL 340.42º 0.66% 0.57% -
HSV(B) 340.42º 0.66% 0.85% -
XYZ 34.81 21.18 20.34 -
YUV 122.41 127.21 196.18 -
System Red Green Blue C M Y K H S L
Decimal 218 74 121 0 0.66 0.44 0.15 340.42 0.66 0.57
Hex DA 4A 79 0 42 2C F 154 42 39
Octal 332 112 171 0 102 54 17 524 102 71
Binary 11011010 1001010 1111001 0 1000010 101100 1111 101010100 1000010 111001

Color Harmonies of #DA4A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4A79

Black with #DA4A79

Text Example


Text Example

White with #DA4A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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