Html Css Color HEX #D76278 Cranberry

📋 copy color: '#D76278'

red 215 ◦ green 98 ◦ blue 120

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

Shades of Cranberry #D76278

Tints of Cranberry #D76278

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.63%

 BLUE value IS 120 (47.27% from 255) = 27.71%

R = 49.65%
G = 22.63%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D76278 (or 0xD76278) is known color: Cranberry. HEX triplet: D7, 62 and 78. RGB value is (215,98,120). Sum of RGB (Red+Green+Blue) = 215+98+120=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D76278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76278 is #289D87. Grayscale: #878787. Windows color (decimal): -2661768 or 7889623. OLE color: 7889623.

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

Color convert

RGB 215 98 120 -
CMYK 0 0.54 0.44 0.16
HSL 348.72º 0.59% 0.61% -
HSV(B) 348.72º 0.54% 0.84% -
XYZ 35.78 24.54 20.62 -
YUV 135.49 119.26 184.71 -
System Red Green Blue C M Y K H S L
Decimal 215 98 120 0 0.54 0.44 0.16 348.72 0.59 0.61
Hex D7 62 78 0 36 2C 10 15D 3B 3D
Octal 327 142 170 0 66 54 20 535 73 75
Binary 11010111 1100010 1111000 0 110110 101100 10000 101011101 111011 111101

Color Harmonies of #D76278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76278

Black with #D76278

Text Example


Text Example

White with #D76278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76278; }

 p { color: rgb(215,98,120); }

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

background-color css

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

 a { background-color: rgb(215,98,120); }

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

border-color css

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

 span { border-color: rgb(215,98,120); }

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