Html Css Color HEX #D01962 Ruby

📋 copy color: '#D01962'

red 208 ◦ green 25 ◦ blue 98

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

Shades of Ruby #D01962

Tints of Ruby #D01962

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.55%

 BLUE value IS 98 (38.67% from 255) = 29.61%

R = 62.84%
G = 7.55%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D01962 (or 0xD01962) is known color: Ruby. HEX triplet: D0, 19 and 62. RGB value is (208,25,98). Sum of RGB (Red+Green+Blue) = 208+25+98=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D01962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01962 is #2FE69D. Grayscale: #575757. Windows color (decimal): -3139230 or 6429136. OLE color: 6429136.

HSL color Cylindrical-coordinate representation of color #D01962: hue angle of 336.07º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01962 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 25 98 -
CMYK 0 0.88 0.53 0.18
HSL 336.07º 0.79% 0.46% -
HSV(B) 336.07º 0.88% 0.82% -
XYZ 28.56 14.99 12.94 -
YUV 88.04 133.63 213.56 -
System Red Green Blue C M Y K H S L
Decimal 208 25 98 0 0.88 0.53 0.18 336.07 0.79 0.46
Hex D0 19 62 0 58 35 12 150 4F 2E
Octal 320 31 142 0 130 65 22 520 117 56
Binary 11010000 11001 1100010 0 1011000 110101 10010 101010000 1001111 101110

Color Harmonies of #D01962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01962

Black with #D01962

Text Example


Text Example

White with #D01962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01962; }

 p { color: rgb(208,25,98); }

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

background-color css

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

 a { background-color: rgb(208,25,98); }

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

border-color css

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

 span { border-color: rgb(208,25,98); }

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