Html Css Color HEX #DA1752 Ruby

📋 copy color: '#DA1752'

red 218 ◦ green 23 ◦ blue 82

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

Shades of Ruby #DA1752

Tints of Ruby #DA1752

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.12%

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

R = 67.49%
G = 7.12%
B = 25.39%

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

#DA1752 (or 0xDA1752) is known color: Ruby. HEX triplet: DA, 17 and 52. RGB value is (218,23,82). Sum of RGB (Red+Green+Blue) = 218+23+82=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1752 is #25E8AD. Grayscale: #575757. Windows color (decimal): -2484398 or 5380058. OLE color: 5380058.

HSL color Cylindrical-coordinate representation of color #DA1752: hue angle of 341.85º degrees, saturation: 0.81, 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 #DA1752 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 23 82 -
CMYK 0 0.89 0.62 0.15
HSL 341.85º 0.81% 0.47% -
HSV(B) 341.85º 0.89% 0.85% -
XYZ 30.74 16.13 9.48 -
YUV 88.03 124.6 220.7 -
System Red Green Blue C M Y K H S L
Decimal 218 23 82 0 0.89 0.62 0.15 341.85 0.81 0.47
Hex DA 17 52 0 59 3E F 156 51 2F
Octal 332 27 122 0 131 76 17 526 121 57
Binary 11011010 10111 1010010 0 1011001 111110 1111 101010110 1010001 101111

Color Harmonies of #DA1752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1752

Black with #DA1752

Text Example


Text Example

White with #DA1752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1752; }

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

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

background-color css

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

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

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

border-color css

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

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

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