Html Css Color HEX #DA1B5C Ruby

📋 copy color: '#DA1B5C'

red 218 ◦ green 27 ◦ blue 92

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

Shades of Ruby #DA1B5C

Tints of Ruby #DA1B5C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.01%

 BLUE value IS 92 (36.33% from 255) = 27.3%

R = 64.69%
G = 8.01%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA1B5C (or 0xDA1B5C) is known color: Ruby. HEX triplet: DA, 1B and 5C. RGB value is (218,27,92). Sum of RGB (Red+Green+Blue) = 218+27+92=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 27 (10.94% from 255 or 8.01% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1B5C is #25E4A3. Grayscale: #5B5B5B. Windows color (decimal): -2483364 or 6036442. OLE color: 6036442.

HSL color Cylindrical-coordinate representation of color #DA1B5C: hue angle of 339.58º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1B5C is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 27 92 -
CMYK 0 0.88 0.58 0.15
HSL 339.58º 0.78% 0.48% -
HSV(B) 339.58º 0.88% 0.85% -
XYZ 31.24 16.46 11.66 -
YUV 91.52 128.28 218.21 -
System Red Green Blue C M Y K H S L
Decimal 218 27 92 0 0.88 0.58 0.15 339.58 0.78 0.48
Hex DA 1B 5C 0 58 3A F 154 4E 30
Octal 332 33 134 0 130 72 17 524 116 60
Binary 11011010 11011 1011100 0 1011000 111010 1111 101010100 1001110 110000

Color Harmonies of #DA1B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1B5C

Black with #DA1B5C

Text Example


Text Example

White with #DA1B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1B5C; }

 p { color: rgb(218,27,92); }

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

background-color css

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

 a { background-color: rgb(218,27,92); }

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

border-color css

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

 span { border-color: rgb(218,27,92); }

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