Html Css Color HEX #DA486F Cranberry

📋 copy color: '#DA486F'

red 218 ◦ green 72 ◦ blue 111

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

Shades of Cranberry #DA486F

Tints of Cranberry #DA486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.96%

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

R = 54.36%
G = 17.96%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA486F (or 0xDA486F) is known color: Cranberry. HEX triplet: DA, 48 and 6F. RGB value is (218,72,111). Sum of RGB (Red+Green+Blue) = 218+72+111=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA486F is #25B790. Grayscale: #787878. Windows color (decimal): -2471825 or 7293146. OLE color: 7293146.

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

Color convert

RGB 218 72 111 -
CMYK 0 0.67 0.49 0.15
HSL 343.97º 0.66% 0.57% -
HSV(B) 343.97º 0.67% 0.85% -
XYZ 34.1 20.69 17.23 -
YUV 120.1 122.87 197.83 -
System Red Green Blue C M Y K H S L
Decimal 218 72 111 0 0.67 0.49 0.15 343.97 0.66 0.57
Hex DA 48 6F 0 43 31 F 158 42 39
Octal 332 110 157 0 103 61 17 530 102 71
Binary 11011010 1001000 1101111 0 1000011 110001 1111 101011000 1000010 111001

Color Harmonies of #DA486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA486F

Black with #DA486F

Text Example


Text Example

White with #DA486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA486F; }

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

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

background-color css

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

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

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

border-color css

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

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

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