Html Css Color HEX #DD145F Ruby

📋 copy color: '#DD145F'

red 221 ◦ green 20 ◦ blue 95

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

Shades of Ruby #DD145F

Tints of Ruby #DD145F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.27%

R = 65.77%
G = 5.95%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD145F (or 0xDD145F) is known color: Ruby. HEX triplet: DD, 14 and 5F. RGB value is (221,20,95). Sum of RGB (Red+Green+Blue) = 221+20+95=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD145F is #22EBA0. Grayscale: #585858. Windows color (decimal): -2288545 or 6231261. OLE color: 6231261.

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

Color convert

RGB 221 20 95 -
CMYK 0 0.91 0.57 0.13
HSL 337.61º 0.83% 0.47% -
HSV(B) 337.61º 0.91% 0.87% -
XYZ 32.13 16.7 12.36 -
YUV 88.65 131.59 222.4 -
System Red Green Blue C M Y K H S L
Decimal 221 20 95 0 0.91 0.57 0.13 337.61 0.83 0.47
Hex DD 14 5F 0 5B 39 D 152 53 2F
Octal 335 24 137 0 133 71 15 522 123 57
Binary 11011101 10100 1011111 0 1011011 111001 1101 101010010 1010011 101111

Color Harmonies of #DD145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD145F

Black with #DD145F

Text Example


Text Example

White with #DD145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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