Html Css Color HEX #CD2565 Cerise

📋 copy color: '#CD2565'

red 205 ◦ green 37 ◦ blue 101

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

Shades of Cerise #CD2565

Tints of Cerise #CD2565

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.79%

 BLUE value IS 101 (39.84% from 255) = 29.45%

R = 59.77%
G = 10.79%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CD2565 (or 0xCD2565) is known color: Cerise. HEX triplet: CD, 25 and 65. RGB value is (205,37,101). Sum of RGB (Red+Green+Blue) = 205+37+101=343 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.77% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2565 is #32DA9A. Grayscale: #5E5E5E. Windows color (decimal): -3332763 or 6628813. OLE color: 6628813.

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

Color convert

RGB 205 37 101 -
CMYK 0 0.82 0.51 0.20
HSL 337.14º 0.69% 0.47% -
HSV(B) 337.14º 0.82% 0.8% -
XYZ 28.19 15.24 13.77 -
YUV 94.53 131.66 206.8 -
System Red Green Blue C M Y K H S L
Decimal 205 37 101 0 0.82 0.51 0.20 337.14 0.69 0.47
Hex CD 25 65 0 52 33 14 151 45 2F
Octal 315 45 145 0 122 63 24 521 105 57
Binary 11001101 100101 1100101 0 1010010 110011 10100 101010001 1000101 101111

Color Harmonies of #CD2565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2565

Black with #CD2565

Text Example


Text Example

White with #CD2565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2565; }

 p { color: rgb(205,37,101); }

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

background-color css

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

 a { background-color: rgb(205,37,101); }

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

border-color css

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

 span { border-color: rgb(205,37,101); }

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