Html Css Color HEX #DD144E Ruby

📋 copy color: '#DD144E'

red 221 ◦ green 20 ◦ blue 78

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

Shades of Ruby #DD144E

Tints of Ruby #DD144E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.27%

 BLUE value IS 78 (30.86% from 255) = 24.45%

R = 69.28%
G = 6.27%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD144E (or 0xDD144E) is known color: Ruby. HEX triplet: DD, 14 and 4E. RGB value is (221,20,78). Sum of RGB (Red+Green+Blue) = 221+20+78=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD144E is #22EBB1. Grayscale: #565656. Windows color (decimal): -2288562 or 5117149. OLE color: 5117149.

HSL color Cylindrical-coordinate representation of color #DD144E: hue angle of 342.69º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD144E is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 20 78 -
CMYK 0 0.91 0.65 0.13
HSL 342.69º 0.83% 0.47% -
HSV(B) 342.69º 0.91% 0.87% -
XYZ 31.44 16.42 8.72 -
YUV 86.71 123.09 223.78 -
System Red Green Blue C M Y K H S L
Decimal 221 20 78 0 0.91 0.65 0.13 342.69 0.83 0.47
Hex DD 14 4E 0 5B 41 D 157 53 2F
Octal 335 24 116 0 133 101 15 527 123 57
Binary 11011101 10100 1001110 0 1011011 1000001 1101 101010111 1010011 101111

Color Harmonies of #DD144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD144E

Black with #DD144E

Text Example


Text Example

White with #DD144E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD144E; }

 p { color: rgb(221,20,78); }

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

background-color css

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

 a { background-color: rgb(221,20,78); }

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

border-color css

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

 span { border-color: rgb(221,20,78); }

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