Html Css Color HEX #DD0F6D Ruby

📋 copy color: '#DD0F6D'

red 221 ◦ green 15 ◦ blue 109

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

Shades of Ruby #DD0F6D

Tints of Ruby #DD0F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.59%

R = 64.06%
G = 4.35%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD0F6D (or 0xDD0F6D) is known color: Ruby. HEX triplet: DD, 0F and 6D. RGB value is (221,15,109). Sum of RGB (Red+Green+Blue) = 221+15+109=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0F6D is #22F092. Grayscale: #575757. Windows color (decimal): -2289811 or 7147485. OLE color: 7147485.

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

Color convert

RGB 221 15 109 -
CMYK 0 0.93 0.51 0.13
HSL 332.62º 0.87% 0.46% -
HSV(B) 332.62º 0.93% 0.87% -
XYZ 32.75 16.82 15.99 -
YUV 87.31 140.25 223.36 -
System Red Green Blue C M Y K H S L
Decimal 221 15 109 0 0.93 0.51 0.13 332.62 0.87 0.46
Hex DD F 6D 0 5D 33 D 14D 57 2E
Octal 335 17 155 0 135 63 15 515 127 56
Binary 11011101 1111 1101101 0 1011101 110011 1101 101001101 1010111 101110

Color Harmonies of #DD0F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0F6D

Black with #DD0F6D

Text Example


Text Example

White with #DD0F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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