Html Css Color HEX #DD0F67 Ruby

📋 copy color: '#DD0F67'

red 221 ◦ green 15 ◦ blue 103

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

Shades of Ruby #DD0F67

Tints of Ruby #DD0F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.38%

R = 65.19%
G = 4.42%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD0F67 (or 0xDD0F67) is known color: Ruby. HEX triplet: DD, 0F and 67. RGB value is (221,15,103). Sum of RGB (Red+Green+Blue) = 221+15+103=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0F67 is #22F098. Grayscale: #565656. Windows color (decimal): -2289817 or 6754269. OLE color: 6754269.

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

Color convert

RGB 221 15 103 -
CMYK 0 0.93 0.53 0.13
HSL 334.37º 0.87% 0.46% -
HSV(B) 334.37º 0.93% 0.87% -
XYZ 32.44 16.69 14.34 -
YUV 86.63 137.25 223.84 -
System Red Green Blue C M Y K H S L
Decimal 221 15 103 0 0.93 0.53 0.13 334.37 0.87 0.46
Hex DD F 67 0 5D 35 D 14E 57 2E
Octal 335 17 147 0 135 65 15 516 127 56
Binary 11011101 1111 1100111 0 1011101 110101 1101 101001110 1010111 101110

Color Harmonies of #DD0F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0F67

Black with #DD0F67

Text Example


Text Example

White with #DD0F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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