Html Css Color HEX #DF2069 Ruby

📋 copy color: '#DF2069'

red 223 ◦ green 32 ◦ blue 105

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

Shades of Ruby #DF2069

Tints of Ruby #DF2069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.17%

R = 61.94%
G = 8.89%
B = 29.17%

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

#DF2069 (or 0xDF2069) is known color: Ruby. HEX triplet: DF, 20 and 69. RGB value is (223,32,105). Sum of RGB (Red+Green+Blue) = 223+32+105=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2069 is #20DF96. Grayscale: #616161. Windows color (decimal): -2154391 or 6889695. OLE color: 6889695.

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

Color convert

RGB 223 32 105 -
CMYK 0 0.86 0.53 0.13
HSL 337.07º 0.75% 0.5% -
HSV(B) 337.07º 0.86% 0.87% -
XYZ 33.5 17.74 15.02 -
YUV 97.43 132.28 217.56 -
System Red Green Blue C M Y K H S L
Decimal 223 32 105 0 0.86 0.53 0.13 337.07 0.75 0.5
Hex DF 20 69 0 56 35 D 151 4B 32
Octal 337 40 151 0 126 65 15 521 113 62
Binary 11011111 100000 1101001 0 1010110 110101 1101 101010001 1001011 110010

Color Harmonies of #DF2069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2069

Black with #DF2069

Text Example


Text Example

White with #DF2069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2069; }

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

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

background-color css

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

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

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

border-color css

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

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

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