Html Css Color HEX #DA476D Cranberry

📋 copy color: '#DA476D'

red 218 ◦ green 71 ◦ blue 109

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

Shades of Cranberry #DA476D

Tints of Cranberry #DA476D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.39%

R = 54.77%
G = 17.84%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA476D (or 0xDA476D) is known color: Cranberry. HEX triplet: DA, 47 and 6D. RGB value is (218,71,109). Sum of RGB (Red+Green+Blue) = 218+71+109=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA476D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA476D is #25B892. Grayscale: #777777. Windows color (decimal): -2472083 or 7161818. OLE color: 7161818.

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

Color convert

RGB 218 71 109 -
CMYK 0 0.67 0.5 0.15
HSL 344.49º 0.67% 0.57% -
HSV(B) 344.49º 0.67% 0.85% -
XYZ 33.93 20.52 16.64 -
YUV 119.29 122.2 198.41 -
System Red Green Blue C M Y K H S L
Decimal 218 71 109 0 0.67 0.5 0.15 344.49 0.67 0.57
Hex DA 47 6D 0 43 32 F 158 43 39
Octal 332 107 155 0 103 62 17 530 103 71
Binary 11011010 1000111 1101101 0 1000011 110010 1111 101011000 1000011 111001

Color Harmonies of #DA476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA476D

Black with #DA476D

Text Example


Text Example

White with #DA476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA476D; }

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

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

background-color css

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

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

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

border-color css

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

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

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