Html Css Color HEX #CD2663 Cerise

📋 copy color: '#CD2663'

red 205 ◦ green 38 ◦ blue 99

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

Shades of Cerise #CD2663

Tints of Cerise #CD2663

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.11%

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

R = 59.94%
G = 11.11%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CD2663 (or 0xCD2663) is known color: Cerise. HEX triplet: CD, 26 and 63. RGB value is (205,38,99). Sum of RGB (Red+Green+Blue) = 205+38+99=342 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.94% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2663 is #32D99C. Grayscale: #5E5E5E. Windows color (decimal): -3332509 or 6497997. OLE color: 6497997.

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

Color convert

RGB 205 38 99 -
CMYK 0 0.81 0.52 0.20
HSL 338.08º 0.69% 0.48% -
HSV(B) 338.08º 0.81% 0.8% -
XYZ 28.12 15.27 13.27 -
YUV 94.89 130.33 206.54 -
System Red Green Blue C M Y K H S L
Decimal 205 38 99 0 0.81 0.52 0.20 338.08 0.69 0.48
Hex CD 26 63 0 51 34 14 152 45 30
Octal 315 46 143 0 121 64 24 522 105 60
Binary 11001101 100110 1100011 0 1010001 110100 10100 101010010 1000101 110000

Color Harmonies of #CD2663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2663

Black with #CD2663

Text Example


Text Example

White with #CD2663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2663; }

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

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

background-color css

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

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

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

border-color css

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

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

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