Html Css Color HEX #D55680 Cranberry

📋 copy color: '#D55680'

red 213 ◦ green 86 ◦ blue 128

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

Shades of Cranberry #D55680

Tints of Cranberry #D55680

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.14%

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

R = 49.88%
G = 20.14%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D55680 (or 0xD55680) is known color: Cranberry. HEX triplet: D5, 56 and 80. RGB value is (213,86,128). Sum of RGB (Red+Green+Blue) = 213+86+128=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D55680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55680 is #2AA97F. Grayscale: #808080. Windows color (decimal): -2795904 or 8410837. OLE color: 8410837.

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

Color convert

RGB 213 86 128 -
CMYK 0 0.60 0.40 0.16
HSL 340.16º 0.6% 0.59% -
HSV(B) 340.16º 0.6% 0.84% -
XYZ 34.66 22.36 22.91 -
YUV 128.76 127.58 188.08 -
System Red Green Blue C M Y K H S L
Decimal 213 86 128 0 0.60 0.40 0.16 340.16 0.6 0.59
Hex D5 56 80 0 3C 28 10 154 3C 3B
Octal 325 126 200 0 74 50 20 524 74 73
Binary 11010101 1010110 10000000 0 111100 101000 10000 101010100 111100 111011

Color Harmonies of #D55680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55680

Black with #D55680

Text Example


Text Example

White with #D55680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55680; }

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

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

background-color css

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

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

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

border-color css

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

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

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