Html Css Color HEX #D6476F Cranberry

📋 copy color: '#D6476F'

red 214 ◦ green 71 ◦ blue 111

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

Shades of Cranberry #D6476F

Tints of Cranberry #D6476F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.93%

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

R = 54.04%
G = 17.93%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6476F (or 0xD6476F) is known color: Cranberry. HEX triplet: D6, 47 and 6F. RGB value is (214,71,111). Sum of RGB (Red+Green+Blue) = 214+71+111=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D6476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6476F is #29B890. Grayscale: #767676. Windows color (decimal): -2734225 or 7292886. OLE color: 7292886.

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

Color convert

RGB 214 71 111 -
CMYK 0 0.67 0.48 0.16
HSL 343.22º 0.64% 0.56% -
HSV(B) 343.22º 0.67% 0.84% -
XYZ 32.85 19.95 17.16 -
YUV 118.32 123.88 196.25 -
System Red Green Blue C M Y K H S L
Decimal 214 71 111 0 0.67 0.48 0.16 343.22 0.64 0.56
Hex D6 47 6F 0 43 30 10 157 40 38
Octal 326 107 157 0 103 60 20 527 100 70
Binary 11010110 1000111 1101111 0 1000011 110000 10000 101010111 1000000 111000

Color Harmonies of #D6476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6476F

Black with #D6476F

Text Example


Text Example

White with #D6476F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6476F; }

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

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

background-color css

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

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

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

border-color css

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

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

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