Html Css Color HEX #D1235F Cerise

📋 copy color: '#D1235F'

red 209 ◦ green 35 ◦ blue 95

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

Shades of Cerise #D1235F

Tints of Cerise #D1235F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.02%

R = 61.65%
G = 10.32%
B = 28.02%

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

#D1235F (or 0xD1235F) is known color: Cerise. HEX triplet: D1, 23 and 5F. RGB value is (209,35,95). Sum of RGB (Red+Green+Blue) = 209+35+95=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D1235F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1235F is #2EDCA0. Grayscale: #5D5D5D. Windows color (decimal): -3071137 or 6235089. OLE color: 6235089.

HSL color Cylindrical-coordinate representation of color #D1235F: hue angle of 339.31º 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 #D1235F is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 35 95 -
CMYK 0 0.83 0.55 0.18
HSL 339.31º 0.71% 0.48% -
HSV(B) 339.31º 0.83% 0.82% -
XYZ 28.96 15.58 12.31 -
YUV 93.87 128.65 210.12 -
System Red Green Blue C M Y K H S L
Decimal 209 35 95 0 0.83 0.55 0.18 339.31 0.71 0.48
Hex D1 23 5F 0 53 37 12 153 47 30
Octal 321 43 137 0 123 67 22 523 107 60
Binary 11010001 100011 1011111 0 1010011 110111 10010 101010011 1000111 110000

Color Harmonies of #D1235F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1235F

Black with #D1235F

Text Example


Text Example

White with #D1235F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1235F; }

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

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

background-color css

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

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

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

border-color css

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

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

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