Html Css Color HEX #DA4476 Cranberry

📋 copy color: '#DA4476'

red 218 ◦ green 68 ◦ blue 118

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

Shades of Cranberry #DA4476

Tints of Cranberry #DA4476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.83%

 BLUE value IS 118 (46.48% from 255) = 29.21%

R = 53.96%
G = 16.83%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA4476 (or 0xDA4476) is known color: Cranberry. HEX triplet: DA, 44 and 76. RGB value is (218,68,118). Sum of RGB (Red+Green+Blue) = 218+68+118=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4476 is #25BB89. Grayscale: #767676. Windows color (decimal): -2472842 or 7750874. OLE color: 7750874.

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

Color convert

RGB 218 68 118 -
CMYK 0 0.69 0.46 0.15
HSL 340º 0.67% 0.56% -
HSV(B) 340º 0.69% 0.85% -
XYZ 34.25 20.35 19.26 -
YUV 118.55 127.7 198.93 -
System Red Green Blue C M Y K H S L
Decimal 218 68 118 0 0.69 0.46 0.15 340 0.67 0.56
Hex DA 44 76 0 45 2E F 154 43 38
Octal 332 104 166 0 105 56 17 524 103 70
Binary 11011010 1000100 1110110 0 1000101 101110 1111 101010100 1000011 111000

Color Harmonies of #DA4476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4476

Black with #DA4476

Text Example


Text Example

White with #DA4476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4476; }

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

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

background-color css

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

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

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

border-color css

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

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

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