Html Css Color HEX #DD0275 Ruby

📋 copy color: '#DD0275'

red 221 ◦ green 2 ◦ blue 117

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

Shades of Ruby #DD0275

Tints of Ruby #DD0275

RGB

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

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

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

R = 65%
G = 0.59%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD0275 (or 0xDD0275) is known color: Ruby. HEX triplet: DD, 02 and 75. RGB value is (221,2,117). Sum of RGB (Red+Green+Blue) = 221+2+117=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0275 is #22FD8A. Grayscale: #505050. Windows color (decimal): -2293131 or 7668445. OLE color: 7668445.

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

Color convert

RGB 221 2 117 -
CMYK 0 0.99 0.47 0.13
HSL 328.49º 0.98% 0.44% -
HSV(B) 328.49º 0.99% 0.87% -
XYZ 33.05 16.7 18.31 -
YUV 80.59 148.55 228.15 -
System Red Green Blue C M Y K H S L
Decimal 221 2 117 0 0.99 0.47 0.13 328.49 0.98 0.44
Hex DD 2 75 0 63 2F D 148 62 2C
Octal 335 2 165 0 143 57 15 510 142 54
Binary 11011101 10 1110101 0 1100011 101111 1101 101001000 1100010 101100

Color Harmonies of #DD0275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0275

Black with #DD0275

Text Example


Text Example

White with #DD0275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0275; }

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

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

background-color css

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

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

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

border-color css

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

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

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