Html Css Color HEX #CD1569 Ruby

📋 copy color: '#CD1569'

red 205 ◦ green 21 ◦ blue 105

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

Shades of Ruby #CD1569

Tints of Ruby #CD1569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.34%

 BLUE value IS 105 (41.41% from 255) = 31.72%

R = 61.93%
G = 6.34%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CD1569 (or 0xCD1569) is known color: Ruby. HEX triplet: CD, 15 and 69. RGB value is (205,21,105). Sum of RGB (Red+Green+Blue) = 205+21+105=331 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.93% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1569 is #32EA96. Grayscale: #555555. Windows color (decimal): -3336855 or 6886861. OLE color: 6886861.

HSL color Cylindrical-coordinate representation of color #CD1569: hue angle of 332.61º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD1569 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 21 105 -
CMYK 0 0.90 0.49 0.20
HSL 332.61º 0.81% 0.44% -
HSV(B) 332.61º 0.9% 0.8% -
XYZ 27.99 14.54 14.69 -
YUV 85.59 138.96 213.17 -
System Red Green Blue C M Y K H S L
Decimal 205 21 105 0 0.90 0.49 0.20 332.61 0.81 0.44
Hex CD 15 69 0 5A 31 14 14D 51 2C
Octal 315 25 151 0 132 61 24 515 121 54
Binary 11001101 10101 1101001 0 1011010 110001 10100 101001101 1010001 101100

Color Harmonies of #CD1569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1569

Black with #CD1569

Text Example


Text Example

White with #CD1569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1569; }

 p { color: rgb(205,21,105); }

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

background-color css

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

 a { background-color: rgb(205,21,105); }

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

border-color css

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

 span { border-color: rgb(205,21,105); }

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