Html Css Color HEX #DD1265 Ruby

📋 copy color: '#DD1265'

red 221 ◦ green 18 ◦ blue 101

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

Shades of Ruby #DD1265

Tints of Ruby #DD1265

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.29%

 BLUE value IS 101 (39.84% from 255) = 29.71%

R = 65%
G = 5.29%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD1265 (or 0xDD1265) is known color: Ruby. HEX triplet: DD, 12 and 65. RGB value is (221,18,101). Sum of RGB (Red+Green+Blue) = 221+18+101=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1265 is #22ED9A. Grayscale: #585858. Windows color (decimal): -2289051 or 6623965. OLE color: 6623965.

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

Color convert

RGB 221 18 101 -
CMYK 0 0.92 0.54 0.13
HSL 335.47º 0.85% 0.47% -
HSV(B) 335.47º 0.92% 0.87% -
XYZ 32.38 16.74 13.84 -
YUV 88.16 135.25 222.75 -
System Red Green Blue C M Y K H S L
Decimal 221 18 101 0 0.92 0.54 0.13 335.47 0.85 0.47
Hex DD 12 65 0 5C 36 D 14F 55 2F
Octal 335 22 145 0 134 66 15 517 125 57
Binary 11011101 10010 1100101 0 1011100 110110 1101 101001111 1010101 101111

Color Harmonies of #DD1265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1265

Black with #DD1265

Text Example


Text Example

White with #DD1265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1265; }

 p { color: rgb(221,18,101); }

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

background-color css

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

 a { background-color: rgb(221,18,101); }

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

border-color css

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

 span { border-color: rgb(221,18,101); }

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