Html Css Color HEX #D5236F Cerise

📋 copy color: '#D5236F'

red 213 ◦ green 35 ◦ blue 111

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

Shades of Cerise #D5236F

Tints of Cerise #D5236F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.92%

R = 59.33%
G = 9.75%
B = 30.92%

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

#D5236F (or 0xD5236F) is known color: Cerise. HEX triplet: D5, 23 and 6F. RGB value is (213,35,111). Sum of RGB (Red+Green+Blue) = 213+35+111=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D5236F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5236F is #2ADC90. Grayscale: #606060. Windows color (decimal): -2808977 or 7283669. OLE color: 7283669.

HSL color Cylindrical-coordinate representation of color #D5236F: hue angle of 334.38º 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 #D5236F is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 35 111 -
CMYK 0 0.84 0.48 0.16
HSL 334.38º 0.72% 0.49% -
HSV(B) 334.38º 0.84% 0.84% -
XYZ 30.91 16.5 16.59 -
YUV 96.89 135.97 210.82 -
System Red Green Blue C M Y K H S L
Decimal 213 35 111 0 0.84 0.48 0.16 334.38 0.72 0.49
Hex D5 23 6F 0 54 30 10 14E 48 31
Octal 325 43 157 0 124 60 20 516 110 61
Binary 11010101 100011 1101111 0 1010100 110000 10000 101001110 1001000 110001

Color Harmonies of #D5236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5236F

Black with #D5236F

Text Example


Text Example

White with #D5236F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5236F; }

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

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

background-color css

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

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

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

border-color css

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

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

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