Html Css Color HEX #DA466F Cranberry

📋 copy color: '#DA466F'

red 218 ◦ green 70 ◦ blue 111

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

Shades of Cranberry #DA466F

Tints of Cranberry #DA466F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.82%

R = 54.64%
G = 17.54%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA466F (or 0xDA466F) is known color: Cranberry. HEX triplet: DA, 46 and 6F. RGB value is (218,70,111). Sum of RGB (Red+Green+Blue) = 218+70+111=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA466F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA466F is #25B990. Grayscale: #767676. Windows color (decimal): -2472337 or 7292634. OLE color: 7292634.

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

Color convert

RGB 218 70 111 -
CMYK 0 0.68 0.49 0.15
HSL 343.38º 0.67% 0.56% -
HSV(B) 343.38º 0.68% 0.85% -
XYZ 33.97 20.43 17.19 -
YUV 118.93 123.53 198.67 -
System Red Green Blue C M Y K H S L
Decimal 218 70 111 0 0.68 0.49 0.15 343.38 0.67 0.56
Hex DA 46 6F 0 44 31 F 157 43 38
Octal 332 106 157 0 104 61 17 527 103 70
Binary 11011010 1000110 1101111 0 1000100 110001 1111 101010111 1000011 111000

Color Harmonies of #DA466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA466F

Black with #DA466F

Text Example


Text Example

White with #DA466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA466F; }

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

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

background-color css

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

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

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

border-color css

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

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

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