Html Css Color HEX #D55F84 Cranberry

📋 copy color: '#D55F84'

red 213 ◦ green 95 ◦ blue 132

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

Shades of Cranberry #D55F84

Tints of Cranberry #D55F84

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.59%

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

R = 48.41%
G = 21.59%
B = 30%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D55F84 (or 0xD55F84) is known color: Cranberry. HEX triplet: D5, 5F and 84. RGB value is (213,95,132). Sum of RGB (Red+Green+Blue) = 213+95+132=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55F84 is #2AA07B. Grayscale: #868686. Windows color (decimal): -2793596 or 8675285. OLE color: 8675285.

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

Color convert

RGB 213 95 132 -
CMYK 0 0.55 0.38 0.16
HSL 341.19º 0.58% 0.6% -
HSV(B) 341.19º 0.55% 0.84% -
XYZ 35.7 24 24.58 -
YUV 134.5 126.59 183.99 -
System Red Green Blue C M Y K H S L
Decimal 213 95 132 0 0.55 0.38 0.16 341.19 0.58 0.6
Hex D5 5F 84 0 37 26 10 155 3A 3C
Octal 325 137 204 0 67 46 20 525 72 74
Binary 11010101 1011111 10000100 0 110111 100110 10000 101010101 111010 111100

Color Harmonies of #D55F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55F84

Black with #D55F84

Text Example


Text Example

White with #D55F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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