Html Css Color HEX #DA156B Ruby

📋 copy color: '#DA156B'

red 218 ◦ green 21 ◦ blue 107

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

Shades of Ruby #DA156B

Tints of Ruby #DA156B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.07%

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

R = 63.01%
G = 6.07%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA156B (or 0xDA156B) is known color: Ruby. HEX triplet: DA, 15 and 6B. RGB value is (218,21,107). Sum of RGB (Red+Green+Blue) = 218+21+107=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA156B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA156B is #25EA94. Grayscale: #595959. Windows color (decimal): -2484885 or 7017946. OLE color: 7017946.

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

Color convert

RGB 218 21 107 -
CMYK 0 0.90 0.51 0.15
HSL 333.81º 0.82% 0.47% -
HSV(B) 333.81º 0.9% 0.85% -
XYZ 31.84 16.5 15.42 -
YUV 89.71 137.77 219.51 -
System Red Green Blue C M Y K H S L
Decimal 218 21 107 0 0.90 0.51 0.15 333.81 0.82 0.47
Hex DA 15 6B 0 5A 33 F 14E 52 2F
Octal 332 25 153 0 132 63 17 516 122 57
Binary 11011010 10101 1101011 0 1011010 110011 1111 101001110 1010010 101111

Color Harmonies of #DA156B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA156B

Black with #DA156B

Text Example


Text Example

White with #DA156B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA156B; }

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

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

background-color css

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

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

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

border-color css

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

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

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