Html Css Color HEX #CD115D Ruby

📋 copy color: '#CD115D'

red 205 ◦ green 17 ◦ blue 93

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

Shades of Ruby #CD115D

Tints of Ruby #CD115D

RGB

 RED value IS 205 (80.47% from 255) = 65.08%

 GREEN value IS 17 (7.03% from 255) = 5.4%

 BLUE value IS 93 (36.72% from 255) = 29.52%

R = 65.08%
G = 5.4%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD115D (or 0xCD115D) is known color: Ruby. HEX triplet: CD, 11 and 5D. RGB value is (205,17,93). Sum of RGB (Red+Green+Blue) = 205+17+93=315 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.08% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 205 - color contains mainly: red. Hex color #CD115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD115D is #32EEA2. Grayscale: #515151. Windows color (decimal): -3337891 or 6099405. OLE color: 6099405.

HSL color Cylindrical-coordinate representation of color #CD115D: hue angle of 335.74º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD115D is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 17 93 -
CMYK 0 0.92 0.55 0.20
HSL 335.74º 0.85% 0.44% -
HSV(B) 335.74º 0.92% 0.8% -
XYZ 27.35 14.17 11.65 -
YUV 81.88 134.28 215.82 -
System Red Green Blue C M Y K H S L
Decimal 205 17 93 0 0.92 0.55 0.20 335.74 0.85 0.44
Hex CD 11 5D 0 5C 37 14 150 55 2C
Octal 315 21 135 0 134 67 24 520 125 54
Binary 11001101 10001 1011101 0 1011100 110111 10100 101010000 1010101 101100

Color Harmonies of #CD115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD115D

Black with #CD115D

Text Example


Text Example

White with #CD115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD115D; }

 p { color: rgb(205,17,93); }

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

background-color css

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

 a { background-color: rgb(205,17,93); }

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

border-color css

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

 span { border-color: rgb(205,17,93); }

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