Html Css Color HEX #D00C6B Ruby

📋 copy color: '#D00C6B'

red 208 ◦ green 12 ◦ blue 107

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

Shades of Ruby #D00C6B

Tints of Ruby #D00C6B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.67%

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

R = 63.61%
G = 3.67%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D00C6B (or 0xD00C6B) is known color: Ruby. HEX triplet: D0, 0C and 6B. RGB value is (208,12,107). Sum of RGB (Red+Green+Blue) = 208+12+107=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00C6B is #2FF394. Grayscale: #515151. Windows color (decimal): -3142549 or 7015632. OLE color: 7015632.

HSL color Cylindrical-coordinate representation of color #D00C6B: hue angle of 330.92º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00C6B is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 12 107 -
CMYK 0 0.94 0.49 0.18
HSL 330.92º 0.89% 0.43% -
HSV(B) 330.92º 0.94% 0.82% -
XYZ 28.8 14.73 15.24 -
YUV 81.43 142.43 218.28 -
System Red Green Blue C M Y K H S L
Decimal 208 12 107 0 0.94 0.49 0.18 330.92 0.89 0.43
Hex D0 C 6B 0 5E 31 12 14B 59 2B
Octal 320 14 153 0 136 61 22 513 131 53
Binary 11010000 1100 1101011 0 1011110 110001 10010 101001011 1011001 101011

Color Harmonies of #D00C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00C6B

Black with #D00C6B

Text Example


Text Example

White with #D00C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00C6B; }

 p { color: rgb(208,12,107); }

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

background-color css

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

 a { background-color: rgb(208,12,107); }

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

border-color css

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

 span { border-color: rgb(208,12,107); }

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