Html Css Color HEX #D42057 Ruby

📋 copy color: '#D42057'

red 212 ◦ green 32 ◦ blue 87

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

Shades of Ruby #D42057

Tints of Ruby #D42057

RGB

 RED value IS 212 (83.2% from 255) = 64.05%

 GREEN value IS 32 (12.89% from 255) = 9.67%

 BLUE value IS 87 (34.38% from 255) = 26.28%

R = 64.05%
G = 9.67%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#D42057 (or 0xD42057) is known color: Ruby. HEX triplet: D4, 20 and 57. RGB value is (212,32,87). Sum of RGB (Red+Green+Blue) = 212+32+87=331 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.05% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 212 - color contains mainly: red. Hex color #D42057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42057 is #2BDFA8. Grayscale: #5C5C5C. Windows color (decimal): -2875305 or 5710036. OLE color: 5710036.

HSL color Cylindrical-coordinate representation of color #D42057: hue angle of 341.67º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D42057 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 32 87 -
CMYK 0 0.85 0.59 0.17
HSL 341.67º 0.74% 0.48% -
HSV(B) 341.67º 0.85% 0.83% -
XYZ 29.39 15.72 10.5 -
YUV 92.09 125.13 213.53 -
System Red Green Blue C M Y K H S L
Decimal 212 32 87 0 0.85 0.59 0.17 341.67 0.74 0.48
Hex D4 20 57 0 55 3B 11 156 4A 30
Octal 324 40 127 0 125 73 21 526 112 60
Binary 11010100 100000 1010111 0 1010101 111011 10001 101010110 1001010 110000

Color Harmonies of #D42057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42057

Black with #D42057

Text Example


Text Example

White with #D42057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42057; }

 p { color: rgb(212,32,87); }

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

background-color css

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

 a { background-color: rgb(212,32,87); }

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

border-color css

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

 span { border-color: rgb(212,32,87); }

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