Html Css Color HEX #CD255A Cerise

📋 copy color: '#CD255A'

red 205 ◦ green 37 ◦ blue 90

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

Shades of Cerise #CD255A

Tints of Cerise #CD255A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.11%

R = 61.75%
G = 11.14%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD255A (or 0xCD255A) is known color: Cerise. HEX triplet: CD, 25 and 5A. RGB value is (205,37,90). Sum of RGB (Red+Green+Blue) = 205+37+90=332 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.75% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 205 - color contains mainly: red. Hex color #CD255A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD255A is #32DAA5. Grayscale: #5D5D5D. Windows color (decimal): -3332774 or 5907917. OLE color: 5907917.

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

Color convert

RGB 205 37 90 -
CMYK 0 0.82 0.56 0.20
HSL 341.07º 0.69% 0.47% -
HSV(B) 341.07º 0.82% 0.8% -
XYZ 27.68 15.04 11.12 -
YUV 93.27 126.16 207.69 -
System Red Green Blue C M Y K H S L
Decimal 205 37 90 0 0.82 0.56 0.20 341.07 0.69 0.47
Hex CD 25 5A 0 52 38 14 155 45 2F
Octal 315 45 132 0 122 70 24 525 105 57
Binary 11001101 100101 1011010 0 1010010 111000 10100 101010101 1000101 101111

Color Harmonies of #CD255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD255A

Black with #CD255A

Text Example


Text Example

White with #CD255A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD255A; }

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

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

background-color css

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

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

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

border-color css

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

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

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