Html Css Color HEX #CD2365 Cerise

📋 copy color: '#CD2365'

red 205 ◦ green 35 ◦ blue 101

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

Shades of Cerise #CD2365

Tints of Cerise #CD2365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.26%

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

R = 60.12%
G = 10.26%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CD2365 (or 0xCD2365) is known color: Cerise. HEX triplet: CD, 23 and 65. RGB value is (205,35,101). Sum of RGB (Red+Green+Blue) = 205+35+101=341 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.12% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2365 is #32DC9A. Grayscale: #5D5D5D. Windows color (decimal): -3333275 or 6628301. OLE color: 6628301.

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

Color convert

RGB 205 35 101 -
CMYK 0 0.83 0.51 0.20
HSL 336.71º 0.71% 0.47% -
HSV(B) 336.71º 0.83% 0.8% -
XYZ 28.13 15.12 13.75 -
YUV 93.35 132.32 207.63 -
System Red Green Blue C M Y K H S L
Decimal 205 35 101 0 0.83 0.51 0.20 336.71 0.71 0.47
Hex CD 23 65 0 53 33 14 151 47 2F
Octal 315 43 145 0 123 63 24 521 107 57
Binary 11001101 100011 1100101 0 1010011 110011 10100 101010001 1000111 101111

Color Harmonies of #CD2365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2365

Black with #CD2365

Text Example


Text Example

White with #CD2365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2365; }

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

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

background-color css

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

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

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

border-color css

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

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

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