Html Css Color HEX #DD215A Ruby

📋 copy color: '#DD215A'

red 221 ◦ green 33 ◦ blue 90

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

Shades of Ruby #DD215A

Tints of Ruby #DD215A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.16%

R = 64.24%
G = 9.59%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD215A (or 0xDD215A) is known color: Ruby. HEX triplet: DD, 21 and 5A. RGB value is (221,33,90). Sum of RGB (Red+Green+Blue) = 221+33+90=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD215A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD215A is #22DEA5. Grayscale: #5F5F5F. Windows color (decimal): -2285222 or 5906909. OLE color: 5906909.

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

Color convert

RGB 221 33 90 -
CMYK 0 0.85 0.59 0.13
HSL 341.81º 0.74% 0.5% -
HSV(B) 341.81º 0.85% 0.87% -
XYZ 32.21 17.2 11.29 -
YUV 95.71 124.78 217.37 -
System Red Green Blue C M Y K H S L
Decimal 221 33 90 0 0.85 0.59 0.13 341.81 0.74 0.5
Hex DD 21 5A 0 55 3B D 156 4A 32
Octal 335 41 132 0 125 73 15 526 112 62
Binary 11011101 100001 1011010 0 1010101 111011 1101 101010110 1001010 110010

Color Harmonies of #DD215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD215A

Black with #DD215A

Text Example


Text Example

White with #DD215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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