Html Css Color HEX #DA126B Ruby

📋 copy color: '#DA126B'

red 218 ◦ green 18 ◦ blue 107

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

Shades of Ruby #DA126B

Tints of Ruby #DA126B

RGB

 RED value IS 218 (85.55% from 255) = 63.56%

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

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

R = 63.56%
G = 5.25%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA126B (or 0xDA126B) is known color: Ruby. HEX triplet: DA, 12 and 6B. RGB value is (218,18,107). Sum of RGB (Red+Green+Blue) = 218+18+107=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA126B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA126B is #25ED94. Grayscale: #575757. Windows color (decimal): -2485653 or 7017178. OLE color: 7017178.

HSL color Cylindrical-coordinate representation of color #DA126B: hue angle of 333.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA126B is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 18 107 -
CMYK 0 0.92 0.51 0.15
HSL 333.3º 0.85% 0.46% -
HSV(B) 333.3º 0.92% 0.85% -
XYZ 31.78 16.4 15.4 -
YUV 87.95 138.76 220.76 -
System Red Green Blue C M Y K H S L
Decimal 218 18 107 0 0.92 0.51 0.15 333.3 0.85 0.46
Hex DA 12 6B 0 5C 33 F 14D 55 2E
Octal 332 22 153 0 134 63 17 515 125 56
Binary 11011010 10010 1101011 0 1011100 110011 1111 101001101 1010101 101110

Color Harmonies of #DA126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA126B

Black with #DA126B

Text Example


Text Example

White with #DA126B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA126B; }

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

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

background-color css

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

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

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

border-color css

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

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

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