Html Css Color HEX #DF2068 Ruby

📋 copy color: '#DF2068'

red 223 ◦ green 32 ◦ blue 104

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

Shades of Ruby #DF2068

Tints of Ruby #DF2068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.97%

R = 62.12%
G = 8.91%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DF2068 (or 0xDF2068) is known color: Ruby. HEX triplet: DF, 20 and 68. RGB value is (223,32,104). Sum of RGB (Red+Green+Blue) = 223+32+104=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2068 is #20DF97. Grayscale: #616161. Windows color (decimal): -2154392 or 6824159. OLE color: 6824159.

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

Color convert

RGB 223 32 104 -
CMYK 0 0.86 0.53 0.13
HSL 337.38º 0.75% 0.5% -
HSV(B) 337.38º 0.86% 0.87% -
XYZ 33.45 17.72 14.75 -
YUV 97.32 131.78 217.65 -
System Red Green Blue C M Y K H S L
Decimal 223 32 104 0 0.86 0.53 0.13 337.38 0.75 0.5
Hex DF 20 68 0 56 35 D 151 4B 32
Octal 337 40 150 0 126 65 15 521 113 62
Binary 11011111 100000 1101000 0 1010110 110101 1101 101010001 1001011 110010

Color Harmonies of #DF2068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2068

Black with #DF2068

Text Example


Text Example

White with #DF2068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2068; }

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

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

background-color css

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

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

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

border-color css

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

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

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