Html Css Color HEX #D9235B Cerise

📋 copy color: '#D9235B'

red 217 ◦ green 35 ◦ blue 91

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

Shades of Cerise #D9235B

Tints of Cerise #D9235B

RGB

 RED value IS 217 (85.16% from 255) = 63.27%

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

 BLUE value IS 91 (35.94% from 255) = 26.53%

R = 63.27%
G = 10.2%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9235B (or 0xD9235B) is known color: Cerise. HEX triplet: D9, 23 and 5B. RGB value is (217,35,91). Sum of RGB (Red+Green+Blue) = 217+35+91=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D9235B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9235B is #26DCA4. Grayscale: #5F5F5F. Windows color (decimal): -2546853 or 5972953. OLE color: 5972953.

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

Color convert

RGB 217 35 91 -
CMYK 0 0.84 0.58 0.15
HSL 341.54º 0.72% 0.49% -
HSV(B) 341.54º 0.84% 0.85% -
XYZ 31.1 16.71 11.48 -
YUV 95.8 125.3 214.45 -
System Red Green Blue C M Y K H S L
Decimal 217 35 91 0 0.84 0.58 0.15 341.54 0.72 0.49
Hex D9 23 5B 0 54 3A F 156 48 31
Octal 331 43 133 0 124 72 17 526 110 61
Binary 11011001 100011 1011011 0 1010100 111010 1111 101010110 1001000 110001

Color Harmonies of #D9235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9235B

Black with #D9235B

Text Example


Text Example

White with #D9235B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9235B; }

 p { color: rgb(217,35,91); }

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

background-color css

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

 a { background-color: rgb(217,35,91); }

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

border-color css

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

 span { border-color: rgb(217,35,91); }

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