Html Css Color HEX #CD2863 Cerise

📋 copy color: '#CD2863'

red 205 ◦ green 40 ◦ blue 99

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

Shades of Cerise #CD2863

Tints of Cerise #CD2863

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.63%

 BLUE value IS 99 (39.06% from 255) = 28.78%

R = 59.59%
G = 11.63%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CD2863 (or 0xCD2863) is known color: Cerise. HEX triplet: CD, 28 and 63. RGB value is (205,40,99). Sum of RGB (Red+Green+Blue) = 205+40+99=344 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.59% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2863 is #32D79C. Grayscale: #5F5F5F. Windows color (decimal): -3331997 or 6498509. OLE color: 6498509.

HSL color Cylindrical-coordinate representation of color #CD2863: hue angle of 338.55º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2863 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 40 99 -
CMYK 0 0.80 0.52 0.20
HSL 338.55º 0.67% 0.48% -
HSV(B) 338.55º 0.8% 0.8% -
XYZ 28.19 15.4 13.29 -
YUV 96.06 129.66 205.7 -
System Red Green Blue C M Y K H S L
Decimal 205 40 99 0 0.80 0.52 0.20 338.55 0.67 0.48
Hex CD 28 63 0 50 34 14 153 43 30
Octal 315 50 143 0 120 64 24 523 103 60
Binary 11001101 101000 1100011 0 1010000 110100 10100 101010011 1000011 110000

Color Harmonies of #CD2863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2863

Black with #CD2863

Text Example


Text Example

White with #CD2863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2863; }

 p { color: rgb(205,40,99); }

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

background-color css

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

 a { background-color: rgb(205,40,99); }

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

border-color css

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

 span { border-color: rgb(205,40,99); }

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