Html Css Color HEX #DD0272 Ruby

📋 copy color: '#DD0272'

red 221 ◦ green 2 ◦ blue 114

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

Shades of Ruby #DD0272

Tints of Ruby #DD0272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.83%

R = 65.58%
G = 0.59%
B = 33.83%

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

#DD0272 (or 0xDD0272) is known color: Ruby. HEX triplet: DD, 02 and 72. RGB value is (221,2,114). Sum of RGB (Red+Green+Blue) = 221+2+114=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0272 is #22FD8D. Grayscale: #505050. Windows color (decimal): -2293134 or 7471837. OLE color: 7471837.

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

Color convert

RGB 221 2 114 -
CMYK 0 0.99 0.48 0.13
HSL 329.32º 0.98% 0.44% -
HSV(B) 329.32º 0.99% 0.87% -
XYZ 32.88 16.63 17.4 -
YUV 80.25 147.05 228.39 -
System Red Green Blue C M Y K H S L
Decimal 221 2 114 0 0.99 0.48 0.13 329.32 0.98 0.44
Hex DD 2 72 0 63 30 D 149 62 2C
Octal 335 2 162 0 143 60 15 511 142 54
Binary 11011101 10 1110010 0 1100011 110000 1101 101001001 1100010 101100

Color Harmonies of #DD0272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0272

Black with #DD0272

Text Example


Text Example

White with #DD0272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0272; }

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

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

background-color css

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

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

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

border-color css

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

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

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