Html Css Color HEX #D55689 Cranberry

📋 copy color: '#D55689'

red 213 ◦ green 86 ◦ blue 137

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

Shades of Cranberry #D55689

Tints of Cranberry #D55689

RGB

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

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

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

R = 48.85%
G = 19.72%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D55689 (or 0xD55689) is known color: Cranberry. HEX triplet: D5, 56 and 89. RGB value is (213,86,137). Sum of RGB (Red+Green+Blue) = 213+86+137=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D55689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55689 is #2AA976. Grayscale: #818181. Windows color (decimal): -2795895 or 9000661. OLE color: 9000661.

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

Color convert

RGB 213 86 137 -
CMYK 0 0.60 0.36 0.16
HSL 335.91º 0.6% 0.59% -
HSV(B) 335.91º 0.6% 0.84% -
XYZ 35.28 22.61 26.17 -
YUV 129.79 132.08 187.35 -
System Red Green Blue C M Y K H S L
Decimal 213 86 137 0 0.60 0.36 0.16 335.91 0.6 0.59
Hex D5 56 89 0 3C 24 10 150 3C 3B
Octal 325 126 211 0 74 44 20 520 74 73
Binary 11010101 1010110 10001001 0 111100 100100 10000 101010000 111100 111011

Color Harmonies of #D55689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55689

Black with #D55689

Text Example


Text Example

White with #D55689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55689; }

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

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

background-color css

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

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

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

border-color css

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

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

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