Html Css Color HEX #DD0C6C Ruby

📋 copy color: '#DD0C6C'

red 221 ◦ green 12 ◦ blue 108

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

Shades of Ruby #DD0C6C

Tints of Ruby #DD0C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.67%

R = 64.81%
G = 3.52%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD0C6C (or 0xDD0C6C) is known color: Ruby. HEX triplet: DD, 0C and 6C. RGB value is (221,12,108). Sum of RGB (Red+Green+Blue) = 221+12+108=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0C6C is #22F393. Grayscale: #555555. Windows color (decimal): -2290580 or 7081181. OLE color: 7081181.

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

Color convert

RGB 221 12 108 -
CMYK 0 0.95 0.51 0.13
HSL 332.44º 0.9% 0.46% -
HSV(B) 332.44º 0.95% 0.87% -
XYZ 32.66 16.72 15.69 -
YUV 85.44 140.74 224.69 -
System Red Green Blue C M Y K H S L
Decimal 221 12 108 0 0.95 0.51 0.13 332.44 0.9 0.46
Hex DD C 6C 0 5F 33 D 14C 5A 2E
Octal 335 14 154 0 137 63 15 514 132 56
Binary 11011101 1100 1101100 0 1011111 110011 1101 101001100 1011010 101110

Color Harmonies of #DD0C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0C6C

Black with #DD0C6C

Text Example


Text Example

White with #DD0C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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