Html Css Color HEX #D4205C Ruby

📋 copy color: '#D4205C'

red 212 ◦ green 32 ◦ blue 92

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

Shades of Ruby #D4205C

Tints of Ruby #D4205C

RGB

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

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

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

R = 63.1%
G = 9.52%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D4205C (or 0xD4205C) is known color: Ruby. HEX triplet: D4, 20 and 5C. RGB value is (212,32,92). Sum of RGB (Red+Green+Blue) = 212+32+92=336 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.10% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 212 - color contains mainly: red. Hex color #D4205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4205C is #2BDFA3. Grayscale: #5C5C5C. Windows color (decimal): -2875300 or 6037716. OLE color: 6037716.

HSL color Cylindrical-coordinate representation of color #D4205C: hue angle of 340º 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 #D4205C is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 32 92 -
CMYK 0 0.85 0.57 0.17
HSL 340º 0.74% 0.48% -
HSV(B) 340º 0.85% 0.83% -
XYZ 29.6 15.8 11.62 -
YUV 92.66 127.63 213.12 -
System Red Green Blue C M Y K H S L
Decimal 212 32 92 0 0.85 0.57 0.17 340 0.74 0.48
Hex D4 20 5C 0 55 39 11 154 4A 30
Octal 324 40 134 0 125 71 21 524 112 60
Binary 11010100 100000 1011100 0 1010101 111001 10001 101010100 1001010 110000

Color Harmonies of #D4205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4205C

Black with #D4205C

Text Example


Text Example

White with #D4205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4205C; }

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

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

background-color css

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

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

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

border-color css

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

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

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