Html Css Color HEX #DD0F5D Ruby

📋 copy color: '#DD0F5D'

red 221 ◦ green 15 ◦ blue 93

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

Shades of Ruby #DD0F5D

Tints of Ruby #DD0F5D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.56%

 BLUE value IS 93 (36.72% from 255) = 28.27%

R = 67.17%
G = 4.56%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD0F5D (or 0xDD0F5D) is known color: Ruby. HEX triplet: DD, 0F and 5D. RGB value is (221,15,93). Sum of RGB (Red+Green+Blue) = 221+15+93=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0F5D is #22F0A2. Grayscale: #555555. Windows color (decimal): -2289827 or 6098909. OLE color: 6098909.

HSL color Cylindrical-coordinate representation of color #DD0F5D: hue angle of 337.28º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD0F5D is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 15 93 -
CMYK 0 0.93 0.58 0.13
HSL 337.28º 0.87% 0.46% -
HSV(B) 337.28º 0.93% 0.87% -
XYZ 31.97 16.5 11.86 -
YUV 85.49 132.25 224.66 -
System Red Green Blue C M Y K H S L
Decimal 221 15 93 0 0.93 0.58 0.13 337.28 0.87 0.46
Hex DD F 5D 0 5D 3A D 151 57 2E
Octal 335 17 135 0 135 72 15 521 127 56
Binary 11011101 1111 1011101 0 1011101 111010 1101 101010001 1010111 101110

Color Harmonies of #DD0F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0F5D

Black with #DD0F5D

Text Example


Text Example

White with #DD0F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0F5D; }

 p { color: rgb(221,15,93); }

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

background-color css

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

 a { background-color: rgb(221,15,93); }

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

border-color css

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

 span { border-color: rgb(221,15,93); }

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