Html Css Color HEX #D55789 Cranberry

📋 copy color: '#D55789'

red 213 ◦ green 87 ◦ blue 137

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

Shades of Cranberry #D55789

Tints of Cranberry #D55789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.35%

R = 48.74%
G = 19.91%
B = 31.35%

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

#D55789 (or 0xD55789) is known color: Cranberry. HEX triplet: D5, 57 and 89. RGB value is (213,87,137). Sum of RGB (Red+Green+Blue) = 213+87+137=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D55789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55789 is #2AA876. Grayscale: #828282. Windows color (decimal): -2795639 or 9000917. OLE color: 9000917.

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

Color convert

RGB 213 87 137 -
CMYK 0 0.59 0.36 0.16
HSL 336.19º 0.6% 0.59% -
HSV(B) 336.19º 0.59% 0.84% -
XYZ 35.36 22.77 26.2 -
YUV 130.37 131.74 186.93 -
System Red Green Blue C M Y K H S L
Decimal 213 87 137 0 0.59 0.36 0.16 336.19 0.6 0.59
Hex D5 57 89 0 3B 24 10 150 3C 3B
Octal 325 127 211 0 73 44 20 520 74 73
Binary 11010101 1010111 10001001 0 111011 100100 10000 101010000 111100 111011

Color Harmonies of #D55789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55789

Black with #D55789

Text Example


Text Example

White with #D55789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55789; }

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

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

background-color css

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

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

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

border-color css

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

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

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