Html Css Color HEX #CD255E Cerise

📋 copy color: '#CD255E'

red 205 ◦ green 37 ◦ blue 94

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

Shades of Cerise #CD255E

Tints of Cerise #CD255E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.98%

R = 61.01%
G = 11.01%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD255E (or 0xCD255E) is known color: Cerise. HEX triplet: CD, 25 and 5E. RGB value is (205,37,94). Sum of RGB (Red+Green+Blue) = 205+37+94=336 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.01% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 205 - color contains mainly: red. Hex color #CD255E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD255E is #32DAA1. Grayscale: #5D5D5D. Windows color (decimal): -3332770 or 6170061. OLE color: 6170061.

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

Color convert

RGB 205 37 94 -
CMYK 0 0.82 0.54 0.20
HSL 339.64º 0.69% 0.47% -
HSV(B) 339.64º 0.82% 0.8% -
XYZ 27.86 15.11 12.04 -
YUV 93.73 128.16 207.37 -
System Red Green Blue C M Y K H S L
Decimal 205 37 94 0 0.82 0.54 0.20 339.64 0.69 0.47
Hex CD 25 5E 0 52 36 14 154 45 2F
Octal 315 45 136 0 122 66 24 524 105 57
Binary 11001101 100101 1011110 0 1010010 110110 10100 101010100 1000101 101111

Color Harmonies of #CD255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD255E

Black with #CD255E

Text Example


Text Example

White with #CD255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD255E; }

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

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

background-color css

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

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

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

border-color css

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

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

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