Html Css Color HEX #DD0274 Ruby

📋 copy color: '#DD0274'

red 221 ◦ green 2 ◦ blue 116

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

Shades of Ruby #DD0274

Tints of Ruby #DD0274

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

 BLUE value IS 116 (45.7% from 255) = 34.22%

R = 65.19%
G = 0.59%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD0274 (or 0xDD0274) is known color: Ruby. HEX triplet: DD, 02 and 74. RGB value is (221,2,116). Sum of RGB (Red+Green+Blue) = 221+2+116=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0274 is #22FD8B. Grayscale: #505050. Windows color (decimal): -2293132 or 7602909. OLE color: 7602909.

HSL color Cylindrical-coordinate representation of color #DD0274: hue angle of 328.77º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0274 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 2 116 -
CMYK 0 0.99 0.48 0.13
HSL 328.77º 0.98% 0.44% -
HSV(B) 328.77º 0.99% 0.87% -
XYZ 32.99 16.68 18 -
YUV 80.48 148.05 228.23 -
System Red Green Blue C M Y K H S L
Decimal 221 2 116 0 0.99 0.48 0.13 328.77 0.98 0.44
Hex DD 2 74 0 63 30 D 149 62 2C
Octal 335 2 164 0 143 60 15 511 142 54
Binary 11011101 10 1110100 0 1100011 110000 1101 101001001 1100010 101100

Color Harmonies of #DD0274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0274

Black with #DD0274

Text Example


Text Example

White with #DD0274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0274; }

 p { color: rgb(221,2,116); }

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

background-color css

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

 a { background-color: rgb(221,2,116); }

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

border-color css

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

 span { border-color: rgb(221,2,116); }

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