Html Css Color HEX #DF1667 Ruby

📋 copy color: '#DF1667'

red 223 ◦ green 22 ◦ blue 103

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

Shades of Ruby #DF1667

Tints of Ruby #DF1667

RGB

 RED value IS 223 (87.5% from 255) = 64.08%

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

 BLUE value IS 103 (40.63% from 255) = 29.6%

R = 64.08%
G = 6.32%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DF1667 (or 0xDF1667) is known color: Ruby. HEX triplet: DF, 16 and 67. RGB value is (223,22,103). Sum of RGB (Red+Green+Blue) = 223+22+103=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1667 is #20E998. Grayscale: #5B5B5B. Windows color (decimal): -2156953 or 6756063. OLE color: 6756063.

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

Color convert

RGB 223 22 103 -
CMYK 0 0.90 0.54 0.13
HSL 335.82º 0.82% 0.48% -
HSV(B) 335.82º 0.9% 0.87% -
XYZ 33.17 17.24 14.41 -
YUV 91.33 134.59 221.91 -
System Red Green Blue C M Y K H S L
Decimal 223 22 103 0 0.90 0.54 0.13 335.82 0.82 0.48
Hex DF 16 67 0 5A 36 D 150 52 30
Octal 337 26 147 0 132 66 15 520 122 60
Binary 11011111 10110 1100111 0 1011010 110110 1101 101010000 1010010 110000

Color Harmonies of #DF1667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1667

Black with #DF1667

Text Example


Text Example

White with #DF1667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1667; }

 p { color: rgb(223,22,103); }

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

background-color css

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

 a { background-color: rgb(223,22,103); }

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

border-color css

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

 span { border-color: rgb(223,22,103); }

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