Html Css Color HEX #D4006C Ruby

📋 copy color: '#D4006C'

red 212 ◦ green 0 ◦ blue 108

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

Shades of Ruby #D4006C

Tints of Ruby #D4006C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 108 (42.58% from 255) = 33.75%

R = 66.25%
G = 0%
B = 33.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4006C (or 0xD4006C) is known color: Ruby. HEX triplet: D4, 00 and 6C. RGB value is (212,0,108). Sum of RGB (Red+Green+Blue) = 212+0+108=320 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.25% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 212 - color contains mainly: red. Hex color #D4006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4006C is #2BFF93. Grayscale: #4B4B4B. Windows color (decimal): -2883476 or 7078100. OLE color: 7078100.

HSL color Cylindrical-coordinate representation of color #D4006C: hue angle of 329.43º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4006C is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 0 108 -
CMYK 0 1 0.49 0.17
HSL 329.43º 1% 0.42% -
HSV(B) 329.43º 1% 0.83% -
XYZ 29.86 15.08 15.52 -
YUV 75.7 146.24 225.22 -
System Red Green Blue C M Y K H S L
Decimal 212 0 108 0 1 0.49 0.17 329.43 1 0.42
Hex D4 0 6C 0 64 31 11 149 64 2A
Octal 324 0 154 0 144 61 21 511 144 52
Binary 11010100 0 1101100 0 1100100 110001 10001 101001001 1100100 101010

Color Harmonies of #D4006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4006C

Black with #D4006C

Text Example


Text Example

White with #D4006C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4006C; }

 p { color: rgb(212,0,108); }

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

background-color css

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

 a { background-color: rgb(212,0,108); }

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

border-color css

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

 span { border-color: rgb(212,0,108); }

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