Html Css Color HEX #D55389 Cranberry

📋 copy color: '#D55389'

red 213 ◦ green 83 ◦ blue 137

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

Shades of Cranberry #D55389

Tints of Cranberry #D55389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.17%

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

R = 49.19%
G = 19.17%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D55389 (or 0xD55389) is known color: Cranberry. HEX triplet: D5, 53 and 89. RGB value is (213,83,137). Sum of RGB (Red+Green+Blue) = 213+83+137=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D55389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55389 is #2AAC76. Grayscale: #7F7F7F. Windows color (decimal): -2796663 or 8999893. OLE color: 8999893.

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

Color convert

RGB 213 83 137 -
CMYK 0 0.61 0.36 0.16
HSL 335.08º 0.61% 0.58% -
HSV(B) 335.08º 0.61% 0.84% -
XYZ 35.05 22.14 26.09 -
YUV 128.03 133.07 188.61 -
System Red Green Blue C M Y K H S L
Decimal 213 83 137 0 0.61 0.36 0.16 335.08 0.61 0.58
Hex D5 53 89 0 3D 24 10 14F 3D 3A
Octal 325 123 211 0 75 44 20 517 75 72
Binary 11010101 1010011 10001001 0 111101 100100 10000 101001111 111101 111010

Color Harmonies of #D55389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55389

Black with #D55389

Text Example


Text Example

White with #D55389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55389; }

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

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

background-color css

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

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

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

border-color css

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

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

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