Html Css Color HEX #CD2465 Cerise

📋 copy color: '#CD2465'

red 205 ◦ green 36 ◦ blue 101

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

Shades of Cerise #CD2465

Tints of Cerise #CD2465

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.53%

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

R = 59.94%
G = 10.53%
B = 29.53%

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

#CD2465 (or 0xCD2465) is known color: Cerise. HEX triplet: CD, 24 and 65. RGB value is (205,36,101). Sum of RGB (Red+Green+Blue) = 205+36+101=342 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.94% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2465 is #32DB9A. Grayscale: #5D5D5D. Windows color (decimal): -3333019 or 6628557. OLE color: 6628557.

HSL color Cylindrical-coordinate representation of color #CD2465: hue angle of 336.92º degrees, saturation: 0.7, 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 #CD2465 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 36 101 -
CMYK 0 0.82 0.51 0.20
HSL 336.92º 0.7% 0.47% -
HSV(B) 336.92º 0.82% 0.8% -
XYZ 28.16 15.18 13.76 -
YUV 93.94 131.99 207.21 -
System Red Green Blue C M Y K H S L
Decimal 205 36 101 0 0.82 0.51 0.20 336.92 0.7 0.47
Hex CD 24 65 0 52 33 14 151 46 2F
Octal 315 44 145 0 122 63 24 521 106 57
Binary 11001101 100100 1100101 0 1010010 110011 10100 101010001 1000110 101111

Color Harmonies of #CD2465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2465

Black with #CD2465

Text Example


Text Example

White with #CD2465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2465; }

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

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

background-color css

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

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

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

border-color css

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

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

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