Html Css Color HEX #DD0C5F Ruby

📋 copy color: '#DD0C5F'

red 221 ◦ green 12 ◦ blue 95

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

Shades of Ruby #DD0C5F

Tints of Ruby #DD0C5F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.66%

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

R = 67.38%
G = 3.66%
B = 28.96%

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

#DD0C5F (or 0xDD0C5F) is known color: Ruby. HEX triplet: DD, 0C and 5F. RGB value is (221,12,95). Sum of RGB (Red+Green+Blue) = 221+12+95=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0C5F is #22F3A0. Grayscale: #535353. Windows color (decimal): -2290593 or 6229213. OLE color: 6229213.

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

Color convert

RGB 221 12 95 -
CMYK 0 0.95 0.57 0.13
HSL 336.17º 0.9% 0.46% -
HSV(B) 336.17º 0.95% 0.87% -
XYZ 32.02 16.46 12.32 -
YUV 83.95 134.24 225.75 -
System Red Green Blue C M Y K H S L
Decimal 221 12 95 0 0.95 0.57 0.13 336.17 0.9 0.46
Hex DD C 5F 0 5F 39 D 150 5A 2E
Octal 335 14 137 0 137 71 15 520 132 56
Binary 11011101 1100 1011111 0 1011111 111001 1101 101010000 1011010 101110

Color Harmonies of #DD0C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0C5F

Black with #DD0C5F

Text Example


Text Example

White with #DD0C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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