Html Css Color HEX #DA466D Cranberry

📋 copy color: '#DA466D'

red 218 ◦ green 70 ◦ blue 109

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

Shades of Cranberry #DA466D

Tints of Cranberry #DA466D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.63%

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

R = 54.91%
G = 17.63%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA466D (or 0xDA466D) is known color: Cranberry. HEX triplet: DA, 46 and 6D. RGB value is (218,70,109). Sum of RGB (Red+Green+Blue) = 218+70+109=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA466D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA466D is #25B992. Grayscale: #767676. Windows color (decimal): -2472339 or 7161562. OLE color: 7161562.

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

Color convert

RGB 218 70 109 -
CMYK 0 0.68 0.5 0.15
HSL 344.19º 0.67% 0.56% -
HSV(B) 344.19º 0.68% 0.85% -
XYZ 33.86 20.39 16.62 -
YUV 118.7 122.53 198.83 -
System Red Green Blue C M Y K H S L
Decimal 218 70 109 0 0.68 0.5 0.15 344.19 0.67 0.56
Hex DA 46 6D 0 44 32 F 158 43 38
Octal 332 106 155 0 104 62 17 530 103 70
Binary 11011010 1000110 1101101 0 1000100 110010 1111 101011000 1000011 111000

Color Harmonies of #DA466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA466D

Black with #DA466D

Text Example


Text Example

White with #DA466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA466D; }

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

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

background-color css

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

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

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

border-color css

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

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

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