Html Css Color HEX #DD0C5D Ruby

📋 copy color: '#DD0C5D'

red 221 ◦ green 12 ◦ blue 93

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

Shades of Ruby #DD0C5D

Tints of Ruby #DD0C5D

RGB

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

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

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

R = 67.79%
G = 3.68%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD0C5D (or 0xDD0C5D) is known color: Ruby. HEX triplet: DD, 0C and 5D. RGB value is (221,12,93). Sum of RGB (Red+Green+Blue) = 221+12+93=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0C5D is #22F3A2. Grayscale: #535353. Windows color (decimal): -2290595 or 6098141. OLE color: 6098141.

HSL color Cylindrical-coordinate representation of color #DD0C5D: hue angle of 336.75º 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 #DD0C5D is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 12 93 -
CMYK 0 0.95 0.58 0.13
HSL 336.75º 0.9% 0.46% -
HSV(B) 336.75º 0.95% 0.87% -
XYZ 31.93 16.43 11.84 -
YUV 83.73 133.24 225.91 -
System Red Green Blue C M Y K H S L
Decimal 221 12 93 0 0.95 0.58 0.13 336.75 0.9 0.46
Hex DD C 5D 0 5F 3A D 151 5A 2E
Octal 335 14 135 0 137 72 15 521 132 56
Binary 11011101 1100 1011101 0 1011111 111010 1101 101010001 1011010 101110

Color Harmonies of #DD0C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0C5D

Black with #DD0C5D

Text Example


Text Example

White with #DD0C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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