Html Css Color HEX #D4206A Ruby

📋 copy color: '#D4206A'

red 212 ◦ green 32 ◦ blue 106

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

Shades of Ruby #D4206A

Tints of Ruby #D4206A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.29%

R = 60.57%
G = 9.14%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.5

 K value IS 0.17

RGB Variations

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

Color information

#D4206A (or 0xD4206A) is known color: Ruby. HEX triplet: D4, 20 and 6A. RGB value is (212,32,106). Sum of RGB (Red+Green+Blue) = 212+32+106=350 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.57% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 212 - color contains mainly: red. Hex color #D4206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4206A is #2BDF95. Grayscale: #5E5E5E. Windows color (decimal): -2875286 or 6955220. OLE color: 6955220.

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

Color convert

RGB 212 32 106 -
CMYK 0 0.85 0.5 0.17
HSL 335.33º 0.74% 0.48% -
HSV(B) 335.33º 0.85% 0.83% -
XYZ 30.27 16.07 15.14 -
YUV 94.26 134.63 211.98 -
System Red Green Blue C M Y K H S L
Decimal 212 32 106 0 0.85 0.5 0.17 335.33 0.74 0.48
Hex D4 20 6A 0 55 32 11 14F 4A 30
Octal 324 40 152 0 125 62 21 517 112 60
Binary 11010100 100000 1101010 0 1010101 110010 10001 101001111 1001010 110000

Color Harmonies of #D4206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4206A

Black with #D4206A

Text Example


Text Example

White with #D4206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4206A; }

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

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

background-color css

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

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

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

border-color css

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

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

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