Html Css Color HEX #D1235E Cerise

📋 copy color: '#D1235E'

red 209 ◦ green 35 ◦ blue 94

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

Shades of Cerise #D1235E

Tints of Cerise #D1235E

RGB

 RED value IS 209 (82.03% from 255) = 61.83%

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

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

R = 61.83%
G = 10.36%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1235E (or 0xD1235E) is known color: Cerise. HEX triplet: D1, 23 and 5E. RGB value is (209,35,94). Sum of RGB (Red+Green+Blue) = 209+35+94=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D1235E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1235E is #2EDCA1. Grayscale: #5D5D5D. Windows color (decimal): -3071138 or 6169553. OLE color: 6169553.

HSL color Cylindrical-coordinate representation of color #D1235E: hue angle of 339.66º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1235E is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 35 94 -
CMYK 0 0.83 0.55 0.18
HSL 339.66º 0.71% 0.48% -
HSV(B) 339.66º 0.83% 0.82% -
XYZ 28.92 15.57 12.07 -
YUV 93.75 128.15 210.2 -
System Red Green Blue C M Y K H S L
Decimal 209 35 94 0 0.83 0.55 0.18 339.66 0.71 0.48
Hex D1 23 5E 0 53 37 12 154 47 30
Octal 321 43 136 0 123 67 22 524 107 60
Binary 11010001 100011 1011110 0 1010011 110111 10010 101010100 1000111 110000

Color Harmonies of #D1235E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1235E

Black with #D1235E

Text Example


Text Example

White with #D1235E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1235E; }

 p { color: rgb(209,35,94); }

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

background-color css

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

 a { background-color: rgb(209,35,94); }

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

border-color css

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

 span { border-color: rgb(209,35,94); }

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