Html Css Color HEX #DD1352 Ruby

📋 copy color: '#DD1352'

red 221 ◦ green 19 ◦ blue 82

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

Shades of Ruby #DD1352

Tints of Ruby #DD1352

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.9%

 BLUE value IS 82 (32.42% from 255) = 25.47%

R = 68.63%
G = 5.9%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD1352 (or 0xDD1352) is known color: Ruby. HEX triplet: DD, 13 and 52. RGB value is (221,19,82). Sum of RGB (Red+Green+Blue) = 221+19+82=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1352 is #22ECAD. Grayscale: #565656. Windows color (decimal): -2288814 or 5379037. OLE color: 5379037.

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

Color convert

RGB 221 19 82 -
CMYK 0 0.91 0.63 0.13
HSL 341.29º 0.84% 0.47% -
HSV(B) 341.29º 0.91% 0.87% -
XYZ 31.57 16.45 9.49 -
YUV 86.58 125.42 223.88 -
System Red Green Blue C M Y K H S L
Decimal 221 19 82 0 0.91 0.63 0.13 341.29 0.84 0.47
Hex DD 13 52 0 5B 3F D 155 54 2F
Octal 335 23 122 0 133 77 15 525 124 57
Binary 11011101 10011 1010010 0 1011011 111111 1101 101010101 1010100 101111

Color Harmonies of #DD1352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1352

Black with #DD1352

Text Example


Text Example

White with #DD1352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1352; }

 p { color: rgb(221,19,82); }

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

background-color css

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

 a { background-color: rgb(221,19,82); }

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

border-color css

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

 span { border-color: rgb(221,19,82); }

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