Html Css Color HEX #D55984 Cranberry

📋 copy color: '#D55984'

red 213 ◦ green 89 ◦ blue 132

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

Shades of Cranberry #D55984

Tints of Cranberry #D55984

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.51%

 BLUE value IS 132 (51.95% from 255) = 30.41%

R = 49.08%
G = 20.51%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D55984 (or 0xD55984) is known color: Cranberry. HEX triplet: D5, 59 and 84. RGB value is (213,89,132). Sum of RGB (Red+Green+Blue) = 213+89+132=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D55984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55984 is #2AA67B. Grayscale: #828282. Windows color (decimal): -2795132 or 8673749. OLE color: 8673749.

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

Color convert

RGB 213 89 132 -
CMYK 0 0.58 0.38 0.16
HSL 339.19º 0.6% 0.59% -
HSV(B) 339.19º 0.58% 0.84% -
XYZ 35.18 22.96 24.41 -
YUV 130.98 128.58 186.5 -
System Red Green Blue C M Y K H S L
Decimal 213 89 132 0 0.58 0.38 0.16 339.19 0.6 0.59
Hex D5 59 84 0 3A 26 10 153 3C 3B
Octal 325 131 204 0 72 46 20 523 74 73
Binary 11010101 1011001 10000100 0 111010 100110 10000 101010011 111100 111011

Color Harmonies of #D55984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55984

Black with #D55984

Text Example


Text Example

White with #D55984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55984; }

 p { color: rgb(213,89,132); }

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

background-color css

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

 a { background-color: rgb(213,89,132); }

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

border-color css

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

 span { border-color: rgb(213,89,132); }

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