Html Css Color HEX #DD0F66 Ruby

📋 copy color: '#DD0F66'

red 221 ◦ green 15 ◦ blue 102

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

Shades of Ruby #DD0F66

Tints of Ruby #DD0F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.18%

R = 65.38%
G = 4.44%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD0F66 (or 0xDD0F66) is known color: Ruby. HEX triplet: DD, 0F and 66. RGB value is (221,15,102). Sum of RGB (Red+Green+Blue) = 221+15+102=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0F66 is #22F099. Grayscale: #565656. Windows color (decimal): -2289818 or 6688733. OLE color: 6688733.

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

Color convert

RGB 221 15 102 -
CMYK 0 0.93 0.54 0.13
HSL 334.66º 0.87% 0.46% -
HSV(B) 334.66º 0.93% 0.87% -
XYZ 32.39 16.67 14.08 -
YUV 86.51 136.75 223.93 -
System Red Green Blue C M Y K H S L
Decimal 221 15 102 0 0.93 0.54 0.13 334.66 0.87 0.46
Hex DD F 66 0 5D 36 D 14F 57 2E
Octal 335 17 146 0 135 66 15 517 127 56
Binary 11011101 1111 1100110 0 1011101 110110 1101 101001111 1010111 101110

Color Harmonies of #DD0F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0F66

Black with #DD0F66

Text Example


Text Example

White with #DD0F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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