Html Css Color HEX #D55D5B Roman

📋 copy color: '#D55D5B'

red 213 ◦ green 93 ◦ blue 91

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

Shades of Roman #D55D5B

Tints of Roman #D55D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.92%

R = 53.65%
G = 23.43%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D55D5B (or 0xD55D5B) is known color: Roman. HEX triplet: D5, 5D and 5B. RGB value is (213,93,91). Sum of RGB (Red+Green+Blue) = 213+93+91=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55D5B is #2AA2A4. Grayscale: #808080. Windows color (decimal): -2794149 or 5987797. OLE color: 5987797.

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

Color convert

RGB 213 93 91 -
CMYK 0 0.56 0.57 0.16
HSL 0.98º 0.59% 0.6% -
HSV(B) 0.98º 0.57% 0.84% -
XYZ 33.24 22.73 12.53 -
YUV 128.65 106.76 188.16 -
System Red Green Blue C M Y K H S L
Decimal 213 93 91 0 0.56 0.57 0.16 0.98 0.59 0.6
Hex D5 5D 5B 0 38 39 10 1 3B 3C
Octal 325 135 133 0 70 71 20 1 73 74
Binary 11010101 1011101 1011011 0 111000 111001 10000 1 111011 111100

Color Harmonies of #D55D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55D5B

Black with #D55D5B

Text Example


Text Example

White with #D55D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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