Html Css Color HEX #DA156C Ruby

📋 copy color: '#DA156C'

red 218 ◦ green 21 ◦ blue 108

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

Shades of Ruby #DA156C

Tints of Ruby #DA156C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.12%

R = 62.82%
G = 6.05%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA156C (or 0xDA156C) is known color: Ruby. HEX triplet: DA, 15 and 6C. RGB value is (218,21,108). Sum of RGB (Red+Green+Blue) = 218+21+108=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA156C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA156C is #25EA93. Grayscale: #595959. Windows color (decimal): -2484884 or 7083482. OLE color: 7083482.

HSL color Cylindrical-coordinate representation of color #DA156C: hue angle of 333.5º 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 #DA156C is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 21 108 -
CMYK 0 0.90 0.50 0.15
HSL 333.5º 0.82% 0.47% -
HSV(B) 333.5º 0.9% 0.85% -
XYZ 31.89 16.52 15.7 -
YUV 89.82 138.27 219.43 -
System Red Green Blue C M Y K H S L
Decimal 218 21 108 0 0.90 0.50 0.15 333.5 0.82 0.47
Hex DA 15 6C 0 5A 32 F 14E 52 2F
Octal 332 25 154 0 132 62 17 516 122 57
Binary 11011010 10101 1101100 0 1011010 110010 1111 101001110 1010010 101111

Color Harmonies of #DA156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA156C

Black with #DA156C

Text Example


Text Example

White with #DA156C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA156C; }

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

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

background-color css

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

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

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

border-color css

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

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

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