Html Css Color HEX #D55788 Cranberry

📋 copy color: '#D55788'

red 213 ◦ green 87 ◦ blue 136

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

Shades of Cranberry #D55788

Tints of Cranberry #D55788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.19%

R = 48.85%
G = 19.95%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D55788 (or 0xD55788) is known color: Cranberry. HEX triplet: D5, 57 and 88. RGB value is (213,87,136). Sum of RGB (Red+Green+Blue) = 213+87+136=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D55788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55788 is #2AA877. Grayscale: #828282. Windows color (decimal): -2795640 or 8935381. OLE color: 8935381.

HSL color Cylindrical-coordinate representation of color #D55788: hue angle of 336.67º 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 #D55788 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 87 136 -
CMYK 0 0.59 0.36 0.16
HSL 336.67º 0.6% 0.59% -
HSV(B) 336.67º 0.59% 0.84% -
XYZ 35.29 22.74 25.82 -
YUV 130.26 131.24 187.02 -
System Red Green Blue C M Y K H S L
Decimal 213 87 136 0 0.59 0.36 0.16 336.67 0.6 0.59
Hex D5 57 88 0 3B 24 10 151 3C 3B
Octal 325 127 210 0 73 44 20 521 74 73
Binary 11010101 1010111 10001000 0 111011 100100 10000 101010001 111100 111011

Color Harmonies of #D55788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55788

Black with #D55788

Text Example


Text Example

White with #D55788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55788; }

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

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

background-color css

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

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

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

border-color css

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

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

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