Html Css Color HEX #D9238F Deep Cerise

📋 copy color: '#D9238F'

red 217 ◦ green 35 ◦ blue 143

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

Shades of Deep Cerise #D9238F

Tints of Deep Cerise #D9238F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.2%

R = 54.94%
G = 8.86%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D9238F (or 0xD9238F) is known color: Deep Cerise. HEX triplet: D9, 23 and 8F. RGB value is (217,35,143). Sum of RGB (Red+Green+Blue) = 217+35+143=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D9238F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9238F is #26DC70. Grayscale: #656565. Windows color (decimal): -2546801 or 9380825. OLE color: 9380825.

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

Color convert

RGB 217 35 143 -
CMYK 0 0.84 0.34 0.15
HSL 324.4º 0.72% 0.49% -
HSV(B) 324.4º 0.84% 0.85% -
XYZ 34.17 17.94 27.65 -
YUV 101.73 151.3 210.22 -
System Red Green Blue C M Y K H S L
Decimal 217 35 143 0 0.84 0.34 0.15 324.4 0.72 0.49
Hex D9 23 8F 0 54 22 F 144 48 31
Octal 331 43 217 0 124 42 17 504 110 61
Binary 11011001 100011 10001111 0 1010100 100010 1111 101000100 1001000 110001

Color Harmonies of #D9238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9238F

Black with #D9238F

Text Example


Text Example

White with #D9238F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9238F; }

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

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

background-color css

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

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

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

border-color css

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

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

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