Html Css Color HEX #DA466C Cranberry

📋 copy color: '#DA466C'

red 218 ◦ green 70 ◦ blue 108

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

Shades of Cranberry #DA466C

Tints of Cranberry #DA466C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.27%

R = 55.05%
G = 17.68%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA466C (or 0xDA466C) is known color: Cranberry. HEX triplet: DA, 46 and 6C. RGB value is (218,70,108). Sum of RGB (Red+Green+Blue) = 218+70+108=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA466C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA466C is #25B993. Grayscale: #767676. Windows color (decimal): -2472340 or 7096026. OLE color: 7096026.

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

Color convert

RGB 218 70 108 -
CMYK 0 0.68 0.50 0.15
HSL 344.59º 0.67% 0.56% -
HSV(B) 344.59º 0.68% 0.85% -
XYZ 33.81 20.37 16.34 -
YUV 118.58 122.03 198.91 -
System Red Green Blue C M Y K H S L
Decimal 218 70 108 0 0.68 0.50 0.15 344.59 0.67 0.56
Hex DA 46 6C 0 44 32 F 159 43 38
Octal 332 106 154 0 104 62 17 531 103 70
Binary 11011010 1000110 1101100 0 1000100 110010 1111 101011001 1000011 111000

Color Harmonies of #DA466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA466C

Black with #DA466C

Text Example


Text Example

White with #DA466C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA466C; }

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

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

background-color css

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

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

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

border-color css

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

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

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