Html Css Color HEX #D3238A Deep Cerise

📋 copy color: '#D3238A'

red 211 ◦ green 35 ◦ blue 138

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

Shades of Deep Cerise #D3238A

Tints of Deep Cerise #D3238A

RGB

 RED value IS 211 (82.81% from 255) = 54.95%

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

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

R = 54.95%
G = 9.11%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D3238A (or 0xD3238A) is known color: Deep Cerise. HEX triplet: D3, 23 and 8A. RGB value is (211,35,138). Sum of RGB (Red+Green+Blue) = 211+35+138=384 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.95% from 384); Green value is 35 (14.06% from 255 or 9.11% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 211 - color contains mainly: red. Hex color #D3238A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3238A is #2CDC75. Grayscale: #636363. Windows color (decimal): -2940022 or 9053139. OLE color: 9053139.

HSL color Cylindrical-coordinate representation of color #D3238A: hue angle of 324.89º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3238A is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 35 138 -
CMYK 0 0.83 0.35 0.17
HSL 324.89º 0.72% 0.48% -
HSV(B) 324.89º 0.83% 0.83% -
XYZ 32.05 16.89 25.61 -
YUV 99.37 149.81 207.62 -
System Red Green Blue C M Y K H S L
Decimal 211 35 138 0 0.83 0.35 0.17 324.89 0.72 0.48
Hex D3 23 8A 0 53 23 11 145 48 30
Octal 323 43 212 0 123 43 21 505 110 60
Binary 11010011 100011 10001010 0 1010011 100011 10001 101000101 1001000 110000

Color Harmonies of #D3238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3238A

Black with #D3238A

Text Example


Text Example

White with #D3238A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3238A; }

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

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

background-color css

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

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

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

border-color css

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

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

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