Html Css Color HEX #D56180 Cranberry

📋 copy color: '#D56180'

red 213 ◦ green 97 ◦ blue 128

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

Shades of Cranberry #D56180

Tints of Cranberry #D56180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.22%

R = 48.63%
G = 22.15%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D56180 (or 0xD56180) is known color: Cranberry. HEX triplet: D5, 61 and 80. RGB value is (213,97,128). Sum of RGB (Red+Green+Blue) = 213+97+128=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D56180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56180 is #2A9E7F. Grayscale: #878787. Windows color (decimal): -2793088 or 8413653. OLE color: 8413653.

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

Color convert

RGB 213 97 128 -
CMYK 0 0.54 0.40 0.16
HSL 343.97º 0.58% 0.61% -
HSV(B) 343.97º 0.54% 0.84% -
XYZ 35.61 24.25 23.23 -
YUV 135.22 123.93 183.48 -
System Red Green Blue C M Y K H S L
Decimal 213 97 128 0 0.54 0.40 0.16 343.97 0.58 0.61
Hex D5 61 80 0 36 28 10 158 3A 3D
Octal 325 141 200 0 66 50 20 530 72 75
Binary 11010101 1100001 10000000 0 110110 101000 10000 101011000 111010 111101

Color Harmonies of #D56180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56180

Black with #D56180

Text Example


Text Example

White with #D56180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56180; }

 p { color: rgb(213,97,128); }

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

background-color css

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

 a { background-color: rgb(213,97,128); }

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

border-color css

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

 span { border-color: rgb(213,97,128); }

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