Html Css Color HEX #D01458 Ruby

📋 copy color: '#D01458'

red 208 ◦ green 20 ◦ blue 88

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

Shades of Ruby #D01458

Tints of Ruby #D01458

RGB

 RED value IS 208 (81.64% from 255) = 65.82%

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

 BLUE value IS 88 (34.77% from 255) = 27.85%

R = 65.82%
G = 6.33%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D01458 (or 0xD01458) is known color: Ruby. HEX triplet: D0, 14 and 58. RGB value is (208,20,88). Sum of RGB (Red+Green+Blue) = 208+20+88=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D01458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01458 is #2FEBA7. Grayscale: #535353. Windows color (decimal): -3140520 or 5772496. OLE color: 5772496.

HSL color Cylindrical-coordinate representation of color #D01458: hue angle of 338.3º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01458 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 20 88 -
CMYK 0 0.90 0.58 0.18
HSL 338.3º 0.82% 0.45% -
HSV(B) 338.3º 0.9% 0.82% -
XYZ 28.02 14.61 10.58 -
YUV 83.96 130.28 216.47 -
System Red Green Blue C M Y K H S L
Decimal 208 20 88 0 0.90 0.58 0.18 338.3 0.82 0.45
Hex D0 14 58 0 5A 3A 12 152 52 2D
Octal 320 24 130 0 132 72 22 522 122 55
Binary 11010000 10100 1011000 0 1011010 111010 10010 101010010 1010010 101101

Color Harmonies of #D01458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01458

Black with #D01458

Text Example


Text Example

White with #D01458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01458; }

 p { color: rgb(208,20,88); }

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

background-color css

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

 a { background-color: rgb(208,20,88); }

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

border-color css

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

 span { border-color: rgb(208,20,88); }

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