Html Css Color HEX #DD0B5F Ruby

📋 copy color: '#DD0B5F'

red 221 ◦ green 11 ◦ blue 95

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

Shades of Ruby #DD0B5F

Tints of Ruby #DD0B5F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.36%

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

R = 67.58%
G = 3.36%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD0B5F (or 0xDD0B5F) is known color: Ruby. HEX triplet: DD, 0B and 5F. RGB value is (221,11,95). Sum of RGB (Red+Green+Blue) = 221+11+95=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0B5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0B5F is #22F4A0. Grayscale: #535353. Windows color (decimal): -2290849 or 6228957. OLE color: 6228957.

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

Color convert

RGB 221 11 95 -
CMYK 0 0.95 0.57 0.13
HSL 336º 0.91% 0.45% -
HSV(B) 336º 0.95% 0.87% -
XYZ 32 16.44 12.31 -
YUV 83.37 134.57 226.17 -
System Red Green Blue C M Y K H S L
Decimal 221 11 95 0 0.95 0.57 0.13 336 0.91 0.45
Hex DD B 5F 0 5F 39 D 150 5B 2D
Octal 335 13 137 0 137 71 15 520 133 55
Binary 11011101 1011 1011111 0 1011111 111001 1101 101010000 1011011 101101

Color Harmonies of #DD0B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0B5F

Black with #DD0B5F

Text Example


Text Example

White with #DD0B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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