Html Css Color HEX #D9235D Cerise

📋 copy color: '#D9235D'

red 217 ◦ green 35 ◦ blue 93

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

Shades of Cerise #D9235D

Tints of Cerise #D9235D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.96%

R = 62.9%
G = 10.14%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9235D (or 0xD9235D) is known color: Cerise. HEX triplet: D9, 23 and 5D. RGB value is (217,35,93). Sum of RGB (Red+Green+Blue) = 217+35+93=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D9235D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9235D is #26DCA2. Grayscale: #5F5F5F. Windows color (decimal): -2546851 or 6104025. OLE color: 6104025.

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

Color convert

RGB 217 35 93 -
CMYK 0 0.84 0.57 0.15
HSL 340.88º 0.72% 0.49% -
HSV(B) 340.88º 0.84% 0.85% -
XYZ 31.19 16.74 11.94 -
YUV 96.03 126.3 214.28 -
System Red Green Blue C M Y K H S L
Decimal 217 35 93 0 0.84 0.57 0.15 340.88 0.72 0.49
Hex D9 23 5D 0 54 39 F 155 48 31
Octal 331 43 135 0 124 71 17 525 110 61
Binary 11011001 100011 1011101 0 1010100 111001 1111 101010101 1001000 110001

Color Harmonies of #D9235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9235D

Black with #D9235D

Text Example


Text Example

White with #D9235D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9235D; }

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

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

background-color css

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

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

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

border-color css

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

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

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