Html Css Color HEX #D56077 Cranberry

📋 copy color: '#D56077'

red 213 ◦ green 96 ◦ blue 119

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

Shades of Cranberry #D56077

Tints of Cranberry #D56077

RGB

 RED value IS 213 (83.59% from 255) = 49.77%

 GREEN value IS 96 (37.89% from 255) = 22.43%

 BLUE value IS 119 (46.88% from 255) = 27.8%

R = 49.77%
G = 22.43%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D56077 (or 0xD56077) is known color: Cranberry. HEX triplet: D5, 60 and 77. RGB value is (213,96,119). Sum of RGB (Red+Green+Blue) = 213+96+119=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D56077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56077 is #2A9F88. Grayscale: #858585. Windows color (decimal): -2793353 or 7823573. OLE color: 7823573.

HSL color Cylindrical-coordinate representation of color #D56077: hue angle of 348.21º degrees, saturation: 0.58, 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 #D56077 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 96 119 -
CMYK 0 0.55 0.44 0.16
HSL 348.21º 0.58% 0.61% -
HSV(B) 348.21º 0.55% 0.84% -
XYZ 34.95 23.84 20.21 -
YUV 133.61 119.76 184.63 -
System Red Green Blue C M Y K H S L
Decimal 213 96 119 0 0.55 0.44 0.16 348.21 0.58 0.61
Hex D5 60 77 0 37 2C 10 15C 3A 3D
Octal 325 140 167 0 67 54 20 534 72 75
Binary 11010101 1100000 1110111 0 110111 101100 10000 101011100 111010 111101

Color Harmonies of #D56077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56077

Black with #D56077

Text Example


Text Example

White with #D56077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56077; }

 p { color: rgb(213,96,119); }

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

background-color css

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

 a { background-color: rgb(213,96,119); }

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

border-color css

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

 span { border-color: rgb(213,96,119); }

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