Html Css Color HEX #D6486F Cranberry

📋 copy color: '#D6486F'

red 214 ◦ green 72 ◦ blue 111

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

Shades of Cranberry #D6486F

Tints of Cranberry #D6486F

RGB

 RED value IS 214 (83.98% from 255) = 53.9%

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

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

R = 53.9%
G = 18.14%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6486F (or 0xD6486F) is known color: Cranberry. HEX triplet: D6, 48 and 6F. RGB value is (214,72,111). Sum of RGB (Red+Green+Blue) = 214+72+111=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D6486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6486F is #29B790. Grayscale: #767676. Windows color (decimal): -2733969 or 7293142. OLE color: 7293142.

HSL color Cylindrical-coordinate representation of color #D6486F: hue angle of 343.52º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6486F is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 72 111 -
CMYK 0 0.66 0.48 0.16
HSL 343.52º 0.63% 0.56% -
HSV(B) 343.52º 0.66% 0.84% -
XYZ 32.92 20.08 17.18 -
YUV 118.9 123.54 195.83 -
System Red Green Blue C M Y K H S L
Decimal 214 72 111 0 0.66 0.48 0.16 343.52 0.63 0.56
Hex D6 48 6F 0 42 30 10 158 3F 38
Octal 326 110 157 0 102 60 20 530 77 70
Binary 11010110 1001000 1101111 0 1000010 110000 10000 101011000 111111 111000

Color Harmonies of #D6486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6486F

Black with #D6486F

Text Example


Text Example

White with #D6486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6486F; }

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

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

background-color css

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

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

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

border-color css

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

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

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