Html Css Color HEX #CD016D Ruby

📋 copy color: '#CD016D'

red 205 ◦ green 1 ◦ blue 109

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

Shades of Ruby #CD016D

Tints of Ruby #CD016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 109 (42.97% from 255) = 34.6%

R = 65.08%
G = 0.32%
B = 34.6%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD016D (or 0xCD016D) is known color: Ruby. HEX triplet: CD, 01 and 6D. RGB value is (205,1,109). Sum of RGB (Red+Green+Blue) = 205+1+109=315 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.08% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 205 - color contains mainly: red. Hex color #CD016D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD016D is #32FE92. Grayscale: #4A4A4A. Windows color (decimal): -3341971 or 7143885. OLE color: 7143885.

HSL color Cylindrical-coordinate representation of color #CD016D: hue angle of 328.24º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD016D is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 1 109 -
CMYK 0 1.00 0.47 0.20
HSL 328.24º 0.99% 0.4% -
HSV(B) 328.24º 1% 0.8% -
XYZ 27.95 14.1 15.72 -
YUV 74.31 147.59 221.22 -
System Red Green Blue C M Y K H S L
Decimal 205 1 109 0 1.00 0.47 0.20 328.24 0.99 0.4
Hex CD 1 6D 0 64 2F 14 148 63 28
Octal 315 1 155 0 144 57 24 510 143 50
Binary 11001101 1 1101101 0 1100100 101111 10100 101001000 1100011 101000

Color Harmonies of #CD016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD016D

Black with #CD016D

Text Example


Text Example

White with #CD016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD016D; }

 p { color: rgb(205,1,109); }

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

background-color css

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

 a { background-color: rgb(205,1,109); }

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

border-color css

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

 span { border-color: rgb(205,1,109); }

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