Html Css Color HEX #DF2062 Ruby

📋 copy color: '#DF2062'

red 223 ◦ green 32 ◦ blue 98

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

Shades of Ruby #DF2062

Tints of Ruby #DF2062

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.07%

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

R = 63.17%
G = 9.07%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DF2062 (or 0xDF2062) is known color: Ruby. HEX triplet: DF, 20 and 62. RGB value is (223,32,98). Sum of RGB (Red+Green+Blue) = 223+32+98=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2062 is #20DF9D. Grayscale: #606060. Windows color (decimal): -2154398 or 6430943. OLE color: 6430943.

HSL color Cylindrical-coordinate representation of color #DF2062: hue angle of 339.27º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF2062 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 32 98 -
CMYK 0 0.86 0.56 0.13
HSL 339.27º 0.75% 0.5% -
HSV(B) 339.27º 0.86% 0.87% -
XYZ 33.15 17.6 13.21 -
YUV 96.63 128.78 218.13 -
System Red Green Blue C M Y K H S L
Decimal 223 32 98 0 0.86 0.56 0.13 339.27 0.75 0.5
Hex DF 20 62 0 56 38 D 153 4B 32
Octal 337 40 142 0 126 70 15 523 113 62
Binary 11011111 100000 1100010 0 1010110 111000 1101 101010011 1001011 110010

Color Harmonies of #DF2062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2062

Black with #DF2062

Text Example


Text Example

White with #DF2062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2062; }

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

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

background-color css

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

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

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

border-color css

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

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

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