Html Css Color HEX #DD1469 Ruby

📋 copy color: '#DD1469'

red 221 ◦ green 20 ◦ blue 105

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

Shades of Ruby #DD1469

Tints of Ruby #DD1469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.35%

R = 63.87%
G = 5.78%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD1469 (or 0xDD1469) is known color: Ruby. HEX triplet: DD, 14 and 69. RGB value is (221,20,105). Sum of RGB (Red+Green+Blue) = 221+20+105=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1469 is #22EB96. Grayscale: #595959. Windows color (decimal): -2288535 or 6886621. OLE color: 6886621.

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

Color convert

RGB 221 20 105 -
CMYK 0 0.91 0.52 0.13
HSL 334.63º 0.83% 0.47% -
HSV(B) 334.63º 0.91% 0.87% -
XYZ 32.62 16.89 14.91 -
YUV 89.79 136.59 221.59 -
System Red Green Blue C M Y K H S L
Decimal 221 20 105 0 0.91 0.52 0.13 334.63 0.83 0.47
Hex DD 14 69 0 5B 34 D 14F 53 2F
Octal 335 24 151 0 133 64 15 517 123 57
Binary 11011101 10100 1101001 0 1011011 110100 1101 101001111 1010011 101111

Color Harmonies of #DD1469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1469

Black with #DD1469

Text Example


Text Example

White with #DD1469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1469; }

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

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

background-color css

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

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

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

border-color css

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

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

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