Html Css Color HEX #DE146B Ruby

📋 copy color: '#DE146B'

red 222 ◦ green 20 ◦ blue 107

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

Shades of Ruby #DE146B

Tints of Ruby #DE146B

RGB

 RED value IS 222 (87.11% from 255) = 63.61%

 GREEN value IS 20 (8.2% from 255) = 5.73%

 BLUE value IS 107 (42.19% from 255) = 30.66%

R = 63.61%
G = 5.73%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DE146B (or 0xDE146B) is known color: Ruby. HEX triplet: DE, 14 and 6B. RGB value is (222,20,107). Sum of RGB (Red+Green+Blue) = 222+20+107=349 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.61% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 222 - color contains mainly: red. Hex color #DE146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE146B is #21EB94. Grayscale: #5A5A5A. Windows color (decimal): -2222997 or 7017694. OLE color: 7017694.

HSL color Cylindrical-coordinate representation of color #DE146B: hue angle of 334.16º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE146B is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 20 107 -
CMYK 0 0.91 0.52 0.13
HSL 334.16º 0.83% 0.47% -
HSV(B) 334.16º 0.91% 0.87% -
XYZ 33.03 17.09 15.47 -
YUV 90.32 137.42 221.93 -
System Red Green Blue C M Y K H S L
Decimal 222 20 107 0 0.91 0.52 0.13 334.16 0.83 0.47
Hex DE 14 6B 0 5B 34 D 14E 53 2F
Octal 336 24 153 0 133 64 15 516 123 57
Binary 11011110 10100 1101011 0 1011011 110100 1101 101001110 1010011 101111

Color Harmonies of #DE146B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE146B

Black with #DE146B

Text Example


Text Example

White with #DE146B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE146B; }

 p { color: rgb(222,20,107); }

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

background-color css

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

 a { background-color: rgb(222,20,107); }

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

border-color css

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

 span { border-color: rgb(222,20,107); }

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