Html Css Color HEX #D5236E Cerise

📋 copy color: '#D5236E'

red 213 ◦ green 35 ◦ blue 110

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

Shades of Cerise #D5236E

Tints of Cerise #D5236E

RGB

 RED value IS 213 (83.59% from 255) = 59.5%

 GREEN value IS 35 (14.06% from 255) = 9.78%

 BLUE value IS 110 (43.36% from 255) = 30.73%

R = 59.5%
G = 9.78%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5236E (or 0xD5236E) is known color: Cerise. HEX triplet: D5, 23 and 6E. RGB value is (213,35,110). Sum of RGB (Red+Green+Blue) = 213+35+110=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D5236E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5236E is #2ADC91. Grayscale: #606060. Windows color (decimal): -2808978 or 7218133. OLE color: 7218133.

HSL color Cylindrical-coordinate representation of color #D5236E: hue angle of 334.72º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5236E is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 35 110 -
CMYK 0 0.84 0.48 0.16
HSL 334.72º 0.72% 0.49% -
HSV(B) 334.72º 0.84% 0.84% -
XYZ 30.86 16.47 16.31 -
YUV 96.77 135.47 210.9 -
System Red Green Blue C M Y K H S L
Decimal 213 35 110 0 0.84 0.48 0.16 334.72 0.72 0.49
Hex D5 23 6E 0 54 30 10 14F 48 31
Octal 325 43 156 0 124 60 20 517 110 61
Binary 11010101 100011 1101110 0 1010100 110000 10000 101001111 1001000 110001

Color Harmonies of #D5236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5236E

Black with #D5236E

Text Example


Text Example

White with #D5236E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5236E; }

 p { color: rgb(213,35,110); }

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

background-color css

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

 a { background-color: rgb(213,35,110); }

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

border-color css

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

 span { border-color: rgb(213,35,110); }

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