Html Css Color HEX #DA1452 Ruby

📋 copy color: '#DA1452'

red 218 ◦ green 20 ◦ blue 82

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

Shades of Ruby #DA1452

Tints of Ruby #DA1452

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.25%

 BLUE value IS 82 (32.42% from 255) = 25.63%

R = 68.13%
G = 6.25%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA1452 (or 0xDA1452) is known color: Ruby. HEX triplet: DA, 14 and 52. RGB value is (218,20,82). Sum of RGB (Red+Green+Blue) = 218+20+82=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1452 is #25EBAD. Grayscale: #565656. Windows color (decimal): -2485166 or 5379290. OLE color: 5379290.

HSL color Cylindrical-coordinate representation of color #DA1452: hue angle of 341.21º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1452 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 20 82 -
CMYK 0 0.91 0.62 0.15
HSL 341.21º 0.83% 0.47% -
HSV(B) 341.21º 0.91% 0.85% -
XYZ 30.69 16.01 9.46 -
YUV 86.27 125.6 221.96 -
System Red Green Blue C M Y K H S L
Decimal 218 20 82 0 0.91 0.62 0.15 341.21 0.83 0.47
Hex DA 14 52 0 5B 3E F 155 53 2F
Octal 332 24 122 0 133 76 17 525 123 57
Binary 11011010 10100 1010010 0 1011011 111110 1111 101010101 1010011 101111

Color Harmonies of #DA1452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1452

Black with #DA1452

Text Example


Text Example

White with #DA1452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1452; }

 p { color: rgb(218,20,82); }

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

background-color css

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

 a { background-color: rgb(218,20,82); }

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

border-color css

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

 span { border-color: rgb(218,20,82); }

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