Html Css Color HEX #DA1852 Ruby

📋 copy color: '#DA1852'

red 218 ◦ green 24 ◦ blue 82

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

Shades of Ruby #DA1852

Tints of Ruby #DA1852

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.41%

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

R = 67.28%
G = 7.41%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA1852 (or 0xDA1852) is known color: Ruby. HEX triplet: DA, 18 and 52. RGB value is (218,24,82). Sum of RGB (Red+Green+Blue) = 218+24+82=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1852 is #25E7AD. Grayscale: #585858. Windows color (decimal): -2484142 or 5380314. OLE color: 5380314.

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

Color convert

RGB 218 24 82 -
CMYK 0 0.89 0.62 0.15
HSL 342.06º 0.8% 0.47% -
HSV(B) 342.06º 0.89% 0.85% -
XYZ 30.76 16.17 9.48 -
YUV 88.62 124.27 220.28 -
System Red Green Blue C M Y K H S L
Decimal 218 24 82 0 0.89 0.62 0.15 342.06 0.8 0.47
Hex DA 18 52 0 59 3E F 156 50 2F
Octal 332 30 122 0 131 76 17 526 120 57
Binary 11011010 11000 1010010 0 1011001 111110 1111 101010110 1010000 101111

Color Harmonies of #DA1852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1852

Black with #DA1852

Text Example


Text Example

White with #DA1852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1852; }

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

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

background-color css

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

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

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

border-color css

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

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

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