Html Css Color HEX #DF126B Ruby

📋 copy color: '#DF126B'

red 223 ◦ green 18 ◦ blue 107

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

Shades of Ruby #DF126B

Tints of Ruby #DF126B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.17%

 BLUE value IS 107 (42.19% from 255) = 30.75%

R = 64.08%
G = 5.17%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF126B (or 0xDF126B) is known color: Ruby. HEX triplet: DF, 12 and 6B. RGB value is (223,18,107). Sum of RGB (Red+Green+Blue) = 223+18+107=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF126B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF126B is #20ED94. Grayscale: #595959. Windows color (decimal): -2157973 or 7017183. OLE color: 7017183.

HSL color Cylindrical-coordinate representation of color #DF126B: hue angle of 333.95º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF126B is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 18 107 -
CMYK 0 0.92 0.52 0.13
HSL 333.95º 0.85% 0.47% -
HSV(B) 333.95º 0.92% 0.87% -
XYZ 33.3 17.18 15.47 -
YUV 89.44 137.92 223.26 -
System Red Green Blue C M Y K H S L
Decimal 223 18 107 0 0.92 0.52 0.13 333.95 0.85 0.47
Hex DF 12 6B 0 5C 34 D 14E 55 2F
Octal 337 22 153 0 134 64 15 516 125 57
Binary 11011111 10010 1101011 0 1011100 110100 1101 101001110 1010101 101111

Color Harmonies of #DF126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF126B

Black with #DF126B

Text Example


Text Example

White with #DF126B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF126B; }

 p { color: rgb(223,18,107); }

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

background-color css

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

 a { background-color: rgb(223,18,107); }

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

border-color css

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

 span { border-color: rgb(223,18,107); }

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