Html Css Color HEX #D9238A Deep Cerise

📋 copy color: '#D9238A'

red 217 ◦ green 35 ◦ blue 138

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

Shades of Deep Cerise #D9238A

Tints of Deep Cerise #D9238A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.38%

R = 55.64%
G = 8.97%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9238A (or 0xD9238A) is known color: Deep Cerise. HEX triplet: D9, 23 and 8A. RGB value is (217,35,138). Sum of RGB (Red+Green+Blue) = 217+35+138=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 35 (14.06% from 255 or 8.97% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D9238A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9238A is #26DC75. Grayscale: #646464. Windows color (decimal): -2546806 or 9053145. OLE color: 9053145.

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

Color convert

RGB 217 35 138 -
CMYK 0 0.84 0.36 0.15
HSL 326.04º 0.72% 0.49% -
HSV(B) 326.04º 0.84% 0.85% -
XYZ 33.8 17.79 25.7 -
YUV 101.16 148.8 210.62 -
System Red Green Blue C M Y K H S L
Decimal 217 35 138 0 0.84 0.36 0.15 326.04 0.72 0.49
Hex D9 23 8A 0 54 24 F 146 48 31
Octal 331 43 212 0 124 44 17 506 110 61
Binary 11011001 100011 10001010 0 1010100 100100 1111 101000110 1001000 110001

Color Harmonies of #D9238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9238A

Black with #D9238A

Text Example


Text Example

White with #D9238A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9238A; }

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

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

background-color css

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

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

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

border-color css

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

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

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