Html Css Color HEX #DD215D Ruby

📋 copy color: '#DD215D'

red 221 ◦ green 33 ◦ blue 93

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

Shades of Ruby #DD215D

Tints of Ruby #DD215D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.51%

 BLUE value IS 93 (36.72% from 255) = 26.8%

R = 63.69%
G = 9.51%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD215D (or 0xDD215D) is known color: Ruby. HEX triplet: DD, 21 and 5D. RGB value is (221,33,93). Sum of RGB (Red+Green+Blue) = 221+33+93=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD215D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD215D is #22DEA2. Grayscale: #606060. Windows color (decimal): -2285219 or 6103517. OLE color: 6103517.

HSL color Cylindrical-coordinate representation of color #DD215D: hue angle of 340.85º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD215D is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 33 93 -
CMYK 0 0.85 0.58 0.13
HSL 340.85º 0.74% 0.5% -
HSV(B) 340.85º 0.85% 0.87% -
XYZ 32.34 17.25 11.98 -
YUV 96.05 126.28 217.12 -
System Red Green Blue C M Y K H S L
Decimal 221 33 93 0 0.85 0.58 0.13 340.85 0.74 0.5
Hex DD 21 5D 0 55 3A D 155 4A 32
Octal 335 41 135 0 125 72 15 525 112 62
Binary 11011101 100001 1011101 0 1010101 111010 1101 101010101 1001010 110010

Color Harmonies of #DD215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD215D

Black with #DD215D

Text Example


Text Example

White with #DD215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD215D; }

 p { color: rgb(221,33,93); }

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

background-color css

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

 a { background-color: rgb(221,33,93); }

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

border-color css

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

 span { border-color: rgb(221,33,93); }

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