Html Css Color HEX #CD085D Ruby

📋 copy color: '#CD085D'

red 205 ◦ green 8 ◦ blue 93

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

Shades of Ruby #CD085D

Tints of Ruby #CD085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.61%

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

R = 66.99%
G = 2.61%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD085D (or 0xCD085D) is known color: Ruby. HEX triplet: CD, 08 and 5D. RGB value is (205,8,93). Sum of RGB (Red+Green+Blue) = 205+8+93=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD085D is #32F7A2. Grayscale: #4C4C4C. Windows color (decimal): -3340195 or 6097101. OLE color: 6097101.

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

Color convert

RGB 205 8 93 -
CMYK 0 0.96 0.55 0.20
HSL 334.11º 0.92% 0.42% -
HSV(B) 334.11º 0.96% 0.8% -
XYZ 27.24 13.94 11.61 -
YUV 76.59 137.27 219.59 -
System Red Green Blue C M Y K H S L
Decimal 205 8 93 0 0.96 0.55 0.20 334.11 0.92 0.42
Hex CD 8 5D 0 60 37 14 14E 5C 2A
Octal 315 10 135 0 140 67 24 516 134 52
Binary 11001101 1000 1011101 0 1100000 110111 10100 101001110 1011100 101010

Color Harmonies of #CD085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD085D

Black with #CD085D

Text Example


Text Example

White with #CD085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD085D; }

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

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

background-color css

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

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

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

border-color css

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

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

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