Html Css Color HEX #DF0C66 Ruby

📋 copy color: '#DF0C66'

red 223 ◦ green 12 ◦ blue 102

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

Shades of Ruby #DF0C66

Tints of Ruby #DF0C66

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.56%

 BLUE value IS 102 (40.23% from 255) = 30.27%

R = 66.17%
G = 3.56%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DF0C66 (or 0xDF0C66) is known color: Ruby. HEX triplet: DF, 0C and 66. RGB value is (223,12,102). Sum of RGB (Red+Green+Blue) = 223+12+102=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0C66 is #20F399. Grayscale: #555555. Windows color (decimal): -2159514 or 6687967. OLE color: 6687967.

HSL color Cylindrical-coordinate representation of color #DF0C66: hue angle of 334.41º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0C66 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 12 102 -
CMYK 0 0.95 0.54 0.13
HSL 334.41º 0.9% 0.46% -
HSV(B) 334.41º 0.95% 0.87% -
XYZ 32.96 16.91 14.1 -
YUV 85.35 137.4 226.18 -
System Red Green Blue C M Y K H S L
Decimal 223 12 102 0 0.95 0.54 0.13 334.41 0.9 0.46
Hex DF C 66 0 5F 36 D 14E 5A 2E
Octal 337 14 146 0 137 66 15 516 132 56
Binary 11011111 1100 1100110 0 1011111 110110 1101 101001110 1011010 101110

Color Harmonies of #DF0C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0C66

Black with #DF0C66

Text Example


Text Example

White with #DF0C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0C66; }

 p { color: rgb(223,12,102); }

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

background-color css

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

 a { background-color: rgb(223,12,102); }

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

border-color css

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

 span { border-color: rgb(223,12,102); }

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