Html Css Color HEX #CD215D Cerise

📋 copy color: '#CD215D'

red 205 ◦ green 33 ◦ blue 93

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

Shades of Cerise #CD215D

Tints of Cerise #CD215D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.97%

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

R = 61.93%
G = 9.97%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD215D (or 0xCD215D) is known color: Cerise. HEX triplet: CD, 21 and 5D. RGB value is (205,33,93). Sum of RGB (Red+Green+Blue) = 205+33+93=331 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.93% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 205 - color contains mainly: red. Hex color #CD215D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD215D is #32DEA2. Grayscale: #5B5B5B. Windows color (decimal): -3333795 or 6103501. OLE color: 6103501.

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

Color convert

RGB 205 33 93 -
CMYK 0 0.84 0.55 0.20
HSL 339.07º 0.72% 0.47% -
HSV(B) 339.07º 0.84% 0.8% -
XYZ 27.7 14.86 11.76 -
YUV 91.27 128.98 209.12 -
System Red Green Blue C M Y K H S L
Decimal 205 33 93 0 0.84 0.55 0.20 339.07 0.72 0.47
Hex CD 21 5D 0 54 37 14 153 48 2F
Octal 315 41 135 0 124 67 24 523 110 57
Binary 11001101 100001 1011101 0 1010100 110111 10100 101010011 1001000 101111

Color Harmonies of #CD215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD215D

Black with #CD215D

Text Example


Text Example

White with #CD215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD215D; }

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

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

background-color css

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

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

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

border-color css

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

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

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