Html Css Color HEX #D76176 Cranberry

📋 copy color: '#D76176'

red 215 ◦ green 97 ◦ blue 118

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

Shades of Cranberry #D76176

Tints of Cranberry #D76176

RGB

 RED value IS 215 (84.38% from 255) = 50%

 GREEN value IS 97 (38.28% from 255) = 22.56%

 BLUE value IS 118 (46.48% from 255) = 27.44%

R = 50%
G = 22.56%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D76176 (or 0xD76176) is known color: Cranberry. HEX triplet: D7, 61 and 76. RGB value is (215,97,118). Sum of RGB (Red+Green+Blue) = 215+97+118=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D76176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76176 is #289E89. Grayscale: #868686. Windows color (decimal): -2662026 or 7758295. OLE color: 7758295.

HSL color Cylindrical-coordinate representation of color #D76176: hue angle of 349.32º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D76176 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 97 118 -
CMYK 0 0.55 0.45 0.16
HSL 349.32º 0.6% 0.61% -
HSV(B) 349.32º 0.55% 0.84% -
XYZ 35.57 24.3 19.96 -
YUV 134.68 118.59 185.29 -
System Red Green Blue C M Y K H S L
Decimal 215 97 118 0 0.55 0.45 0.16 349.32 0.6 0.61
Hex D7 61 76 0 37 2D 10 15D 3C 3D
Octal 327 141 166 0 67 55 20 535 74 75
Binary 11010111 1100001 1110110 0 110111 101101 10000 101011101 111100 111101

Color Harmonies of #D76176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76176

Black with #D76176

Text Example


Text Example

White with #D76176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76176; }

 p { color: rgb(215,97,118); }

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

background-color css

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

 a { background-color: rgb(215,97,118); }

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

border-color css

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

 span { border-color: rgb(215,97,118); }

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