Html Css Color HEX #D55D83 Cranberry

📋 copy color: '#D55D83'

red 213 ◦ green 93 ◦ blue 131

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

Shades of Cranberry #D55D83

Tints of Cranberry #D55D83

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.28%

 BLUE value IS 131 (51.56% from 255) = 29.98%

R = 48.74%
G = 21.28%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D55D83 (or 0xD55D83) is known color: Cranberry. HEX triplet: D5, 5D and 83. RGB value is (213,93,131). Sum of RGB (Red+Green+Blue) = 213+93+131=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55D83 is #2AA27C. Grayscale: #858585. Windows color (decimal): -2794109 or 8609237. OLE color: 8609237.

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

Color convert

RGB 213 93 131 -
CMYK 0 0.56 0.38 0.16
HSL 341º 0.59% 0.6% -
HSV(B) 341º 0.56% 0.84% -
XYZ 35.45 23.61 24.16 -
YUV 133.21 126.76 184.91 -
System Red Green Blue C M Y K H S L
Decimal 213 93 131 0 0.56 0.38 0.16 341 0.59 0.6
Hex D5 5D 83 0 38 26 10 155 3B 3C
Octal 325 135 203 0 70 46 20 525 73 74
Binary 11010101 1011101 10000011 0 111000 100110 10000 101010101 111011 111100

Color Harmonies of #D55D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55D83

Black with #D55D83

Text Example


Text Example

White with #D55D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55D83; }

 p { color: rgb(213,93,131); }

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

background-color css

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

 a { background-color: rgb(213,93,131); }

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

border-color css

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

 span { border-color: rgb(213,93,131); }

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