Html Css Color HEX #D4085C Ruby

📋 copy color: '#D4085C'

red 212 ◦ green 8 ◦ blue 92

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

Shades of Ruby #D4085C

Tints of Ruby #D4085C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.56%

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

R = 67.95%
G = 2.56%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D4085C (or 0xD4085C) is known color: Ruby. HEX triplet: D4, 08 and 5C. RGB value is (212,8,92). Sum of RGB (Red+Green+Blue) = 212+8+92=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D4085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4085C is #2BF7A3. Grayscale: #4E4E4E. Windows color (decimal): -2881444 or 6031572. OLE color: 6031572.

HSL color Cylindrical-coordinate representation of color #D4085C: hue angle of 335.29º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4085C is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 8 92 -
CMYK 0 0.96 0.57 0.17
HSL 335.29º 0.93% 0.43% -
HSV(B) 335.29º 0.96% 0.83% -
XYZ 29.17 14.94 11.47 -
YUV 78.57 135.59 223.17 -
System Red Green Blue C M Y K H S L
Decimal 212 8 92 0 0.96 0.57 0.17 335.29 0.93 0.43
Hex D4 8 5C 0 60 39 11 14F 5D 2B
Octal 324 10 134 0 140 71 21 517 135 53
Binary 11010100 1000 1011100 0 1100000 111001 10001 101001111 1011101 101011

Color Harmonies of #D4085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4085C

Black with #D4085C

Text Example


Text Example

White with #D4085C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4085C; }

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

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

background-color css

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

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

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

border-color css

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

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

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