Html Css Color HEX #DD1674 Ruby

📋 copy color: '#DD1674'

red 221 ◦ green 22 ◦ blue 116

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

Shades of Ruby #DD1674

Tints of Ruby #DD1674

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.13%

 BLUE value IS 116 (45.7% from 255) = 32.31%

R = 61.56%
G = 6.13%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD1674 (or 0xDD1674) is known color: Ruby. HEX triplet: DD, 16 and 74. RGB value is (221,22,116). Sum of RGB (Red+Green+Blue) = 221+22+116=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 22 (8.98% from 255 or 6.13% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1674 is #22E98B. Grayscale: #5C5C5C. Windows color (decimal): -2288012 or 7608029. OLE color: 7608029.

HSL color Cylindrical-coordinate representation of color #DD1674: hue angle of 331.66º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1674 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 22 116 -
CMYK 0 0.90 0.48 0.13
HSL 331.66º 0.82% 0.48% -
HSV(B) 331.66º 0.9% 0.87% -
XYZ 33.26 17.21 18.09 -
YUV 92.22 141.43 219.86 -
System Red Green Blue C M Y K H S L
Decimal 221 22 116 0 0.90 0.48 0.13 331.66 0.82 0.48
Hex DD 16 74 0 5A 30 D 14C 52 30
Octal 335 26 164 0 132 60 15 514 122 60
Binary 11011101 10110 1110100 0 1011010 110000 1101 101001100 1010010 110000

Color Harmonies of #DD1674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1674

Black with #DD1674

Text Example


Text Example

White with #DD1674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1674; }

 p { color: rgb(221,22,116); }

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

background-color css

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

 a { background-color: rgb(221,22,116); }

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

border-color css

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

 span { border-color: rgb(221,22,116); }

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