Html Css Color HEX #CD255D Cerise

📋 copy color: '#CD255D'

red 205 ◦ green 37 ◦ blue 93

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

Shades of Cerise #CD255D

Tints of Cerise #CD255D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.76%

R = 61.19%
G = 11.04%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD255D (or 0xCD255D) is known color: Cerise. HEX triplet: CD, 25 and 5D. RGB value is (205,37,93). Sum of RGB (Red+Green+Blue) = 205+37+93=335 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.19% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 205 - color contains mainly: red. Hex color #CD255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD255D is #32DAA2. Grayscale: #5D5D5D. Windows color (decimal): -3332771 or 6104525. OLE color: 6104525.

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

Color convert

RGB 205 37 93 -
CMYK 0 0.82 0.55 0.20
HSL 340º 0.69% 0.47% -
HSV(B) 340º 0.82% 0.8% -
XYZ 27.81 15.09 11.8 -
YUV 93.62 127.66 207.45 -
System Red Green Blue C M Y K H S L
Decimal 205 37 93 0 0.82 0.55 0.20 340 0.69 0.47
Hex CD 25 5D 0 52 37 14 154 45 2F
Octal 315 45 135 0 122 67 24 524 105 57
Binary 11001101 100101 1011101 0 1010010 110111 10100 101010100 1000101 101111

Color Harmonies of #CD255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD255D

Black with #CD255D

Text Example


Text Example

White with #CD255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD255D; }

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

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

background-color css

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

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

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

border-color css

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

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

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