Html Css Color HEX #DD0E75 Ruby

📋 copy color: '#DD0E75'

red 221 ◦ green 14 ◦ blue 117

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

Shades of Ruby #DD0E75

Tints of Ruby #DD0E75

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.98%

 BLUE value IS 117 (46.09% from 255) = 33.24%

R = 62.78%
G = 3.98%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD0E75 (or 0xDD0E75) is known color: Ruby. HEX triplet: DD, 0E and 75. RGB value is (221,14,117). Sum of RGB (Red+Green+Blue) = 221+14+117=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0E75 is #22F18A. Grayscale: #575757. Windows color (decimal): -2290059 or 7671517. OLE color: 7671517.

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

Color convert

RGB 221 14 117 -
CMYK 0 0.94 0.47 0.13
HSL 330.14º 0.88% 0.46% -
HSV(B) 330.14º 0.94% 0.87% -
XYZ 33.19 16.97 18.36 -
YUV 87.64 144.58 223.12 -
System Red Green Blue C M Y K H S L
Decimal 221 14 117 0 0.94 0.47 0.13 330.14 0.88 0.46
Hex DD E 75 0 5E 2F D 14A 58 2E
Octal 335 16 165 0 136 57 15 512 130 56
Binary 11011101 1110 1110101 0 1011110 101111 1101 101001010 1011000 101110

Color Harmonies of #DD0E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0E75

Black with #DD0E75

Text Example


Text Example

White with #DD0E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0E75; }

 p { color: rgb(221,14,117); }

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

background-color css

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

 a { background-color: rgb(221,14,117); }

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

border-color css

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

 span { border-color: rgb(221,14,117); }

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