Html Css Color HEX #DD1E75 Ruby

📋 copy color: '#DD1E75'

red 221 ◦ green 30 ◦ blue 117

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

Shades of Ruby #DD1E75

Tints of Ruby #DD1E75

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.15%

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

R = 60.05%
G = 8.15%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD1E75 (or 0xDD1E75) is known color: Ruby. HEX triplet: DD, 1E and 75. RGB value is (221,30,117). Sum of RGB (Red+Green+Blue) = 221+30+117=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1E75 is #22E18A. Grayscale: #606060. Windows color (decimal): -2285963 or 7675613. OLE color: 7675613.

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

Color convert

RGB 221 30 117 -
CMYK 0 0.86 0.47 0.13
HSL 332.67º 0.76% 0.49% -
HSV(B) 332.67º 0.86% 0.87% -
XYZ 33.49 17.59 18.46 -
YUV 97.03 139.28 216.43 -
System Red Green Blue C M Y K H S L
Decimal 221 30 117 0 0.86 0.47 0.13 332.67 0.76 0.49
Hex DD 1E 75 0 56 2F D 14D 4C 31
Octal 335 36 165 0 126 57 15 515 114 61
Binary 11011101 11110 1110101 0 1010110 101111 1101 101001101 1001100 110001

Color Harmonies of #DD1E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1E75

Black with #DD1E75

Text Example


Text Example

White with #DD1E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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