Html Css Color HEX #DC0969 Ruby

📋 copy color: '#DC0969'

red 220 ◦ green 9 ◦ blue 105

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

Shades of Ruby #DC0969

Tints of Ruby #DC0969

RGB

 RED value IS 220 (86.33% from 255) = 65.87%

 GREEN value IS 9 (3.91% from 255) = 2.69%

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

R = 65.87%
G = 2.69%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC0969 (or 0xDC0969) is known color: Ruby. HEX triplet: DC, 09 and 69. RGB value is (220,9,105). Sum of RGB (Red+Green+Blue) = 220+9+105=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0969 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0969 is #23F696. Grayscale: #525252. Windows color (decimal): -2356887 or 6883804. OLE color: 6883804.

HSL color Cylindrical-coordinate representation of color #DC0969: hue angle of 332.7º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0969 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 9 105 -
CMYK 0 0.96 0.52 0.14
HSL 332.7º 0.92% 0.45% -
HSV(B) 332.7º 0.96% 0.86% -
XYZ 32.16 16.43 14.84 -
YUV 83.03 140.4 225.69 -
System Red Green Blue C M Y K H S L
Decimal 220 9 105 0 0.96 0.52 0.14 332.7 0.92 0.45
Hex DC 9 69 0 60 34 E 14D 5C 2D
Octal 334 11 151 0 140 64 16 515 134 55
Binary 11011100 1001 1101001 0 1100000 110100 1110 101001101 1011100 101101

Color Harmonies of #DC0969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0969

Black with #DC0969

Text Example


Text Example

White with #DC0969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0969; }

 p { color: rgb(220,9,105); }

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

background-color css

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

 a { background-color: rgb(220,9,105); }

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

border-color css

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

 span { border-color: rgb(220,9,105); }

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