Html Css Color HEX #D9235C Cerise

📋 copy color: '#D9235C'

red 217 ◦ green 35 ◦ blue 92

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

Shades of Cerise #D9235C

Tints of Cerise #D9235C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.74%

R = 63.08%
G = 10.17%
B = 26.74%

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

#D9235C (or 0xD9235C) is known color: Cerise. HEX triplet: D9, 23 and 5C. RGB value is (217,35,92). Sum of RGB (Red+Green+Blue) = 217+35+92=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D9235C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9235C is #26DCA3. Grayscale: #5F5F5F. Windows color (decimal): -2546852 or 6038489. OLE color: 6038489.

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

Color convert

RGB 217 35 92 -
CMYK 0 0.84 0.58 0.15
HSL 341.21º 0.72% 0.49% -
HSV(B) 341.21º 0.84% 0.85% -
XYZ 31.15 16.73 11.71 -
YUV 95.92 125.8 214.37 -
System Red Green Blue C M Y K H S L
Decimal 217 35 92 0 0.84 0.58 0.15 341.21 0.72 0.49
Hex D9 23 5C 0 54 3A F 155 48 31
Octal 331 43 134 0 124 72 17 525 110 61
Binary 11011001 100011 1011100 0 1010100 111010 1111 101010101 1001000 110001

Color Harmonies of #D9235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9235C

Black with #D9235C

Text Example


Text Example

White with #D9235C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9235C; }

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

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

background-color css

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

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

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

border-color css

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

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

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