Html Css Color HEX #DF1762 Ruby

📋 copy color: '#DF1762'

red 223 ◦ green 23 ◦ blue 98

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

Shades of Ruby #DF1762

Tints of Ruby #DF1762

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.69%

 BLUE value IS 98 (38.67% from 255) = 28.49%

R = 64.83%
G = 6.69%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DF1762 (or 0xDF1762) is known color: Ruby. HEX triplet: DF, 17 and 62. RGB value is (223,23,98). Sum of RGB (Red+Green+Blue) = 223+23+98=344 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.83% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1762 is #20E89D. Grayscale: #5B5B5B. Windows color (decimal): -2156702 or 6428639. OLE color: 6428639.

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

Color convert

RGB 223 23 98 -
CMYK 0 0.90 0.56 0.13
HSL 337.5º 0.81% 0.48% -
HSV(B) 337.5º 0.9% 0.87% -
XYZ 32.94 17.18 13.14 -
YUV 91.35 131.76 221.9 -
System Red Green Blue C M Y K H S L
Decimal 223 23 98 0 0.90 0.56 0.13 337.5 0.81 0.48
Hex DF 17 62 0 5A 38 D 152 51 30
Octal 337 27 142 0 132 70 15 522 121 60
Binary 11011111 10111 1100010 0 1011010 111000 1101 101010010 1010001 110000

Color Harmonies of #DF1762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1762

Black with #DF1762

Text Example


Text Example

White with #DF1762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1762; }

 p { color: rgb(223,23,98); }

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

background-color css

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

 a { background-color: rgb(223,23,98); }

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

border-color css

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

 span { border-color: rgb(223,23,98); }

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