Html Css Color HEX #D55780 Cranberry

📋 copy color: '#D55780'

red 213 ◦ green 87 ◦ blue 128

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

Shades of Cranberry #D55780

Tints of Cranberry #D55780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.33%

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

R = 49.77%
G = 20.33%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D55780 (or 0xD55780) is known color: Cranberry. HEX triplet: D5, 57 and 80. RGB value is (213,87,128). Sum of RGB (Red+Green+Blue) = 213+87+128=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D55780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55780 is #2AA87F. Grayscale: #818181. Windows color (decimal): -2795648 or 8411093. OLE color: 8411093.

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

Color convert

RGB 213 87 128 -
CMYK 0 0.59 0.40 0.16
HSL 340.48º 0.6% 0.59% -
HSV(B) 340.48º 0.59% 0.84% -
XYZ 34.75 22.52 22.94 -
YUV 129.35 127.24 187.67 -
System Red Green Blue C M Y K H S L
Decimal 213 87 128 0 0.59 0.40 0.16 340.48 0.6 0.59
Hex D5 57 80 0 3B 28 10 154 3C 3B
Octal 325 127 200 0 73 50 20 524 74 73
Binary 11010101 1010111 10000000 0 111011 101000 10000 101010100 111100 111011

Color Harmonies of #D55780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55780

Black with #D55780

Text Example


Text Example

White with #D55780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55780; }

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

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

background-color css

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

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

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

border-color css

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

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

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