Html Css Color HEX #DD1B5F Ruby

📋 copy color: '#DD1B5F'

red 221 ◦ green 27 ◦ blue 95

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

Shades of Ruby #DD1B5F

Tints of Ruby #DD1B5F

RGB

 RED value IS 221 (86.72% from 255) = 64.43%

 GREEN value IS 27 (10.94% from 255) = 7.87%

 BLUE value IS 95 (37.5% from 255) = 27.7%

R = 64.43%
G = 7.87%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD1B5F (or 0xDD1B5F) is known color: Ruby. HEX triplet: DD, 1B and 5F. RGB value is (221,27,95). Sum of RGB (Red+Green+Blue) = 221+27+95=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1B5F is #22E4A0. Grayscale: #5C5C5C. Windows color (decimal): -2286753 or 6233053. OLE color: 6233053.

HSL color Cylindrical-coordinate representation of color #DD1B5F: hue angle of 338.97º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1B5F is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 27 95 -
CMYK 0 0.88 0.57 0.13
HSL 338.97º 0.78% 0.49% -
HSV(B) 338.97º 0.88% 0.87% -
XYZ 32.28 16.98 12.4 -
YUV 92.76 129.27 219.47 -
System Red Green Blue C M Y K H S L
Decimal 221 27 95 0 0.88 0.57 0.13 338.97 0.78 0.49
Hex DD 1B 5F 0 58 39 D 153 4E 31
Octal 335 33 137 0 130 71 15 523 116 61
Binary 11011101 11011 1011111 0 1011000 111001 1101 101010011 1001110 110001

Color Harmonies of #DD1B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1B5F

Black with #DD1B5F

Text Example


Text Example

White with #DD1B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1B5F; }

 p { color: rgb(221,27,95); }

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

background-color css

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

 a { background-color: rgb(221,27,95); }

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

border-color css

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

 span { border-color: rgb(221,27,95); }

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