Html Css Color HEX #D3238B Deep Cerise

📋 copy color: '#D3238B'

red 211 ◦ green 35 ◦ blue 139

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

Shades of Deep Cerise #D3238B

Tints of Deep Cerise #D3238B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.1%

R = 54.81%
G = 9.09%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D3238B (or 0xD3238B) is known color: Deep Cerise. HEX triplet: D3, 23 and 8B. RGB value is (211,35,139). Sum of RGB (Red+Green+Blue) = 211+35+139=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D3238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3238B is #2CDC74. Grayscale: #636363. Windows color (decimal): -2940021 or 9118675. OLE color: 9118675.

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

Color convert

RGB 211 35 139 -
CMYK 0 0.83 0.34 0.17
HSL 324.55º 0.72% 0.48% -
HSV(B) 324.55º 0.83% 0.83% -
XYZ 32.13 16.92 26 -
YUV 99.48 150.31 207.54 -
System Red Green Blue C M Y K H S L
Decimal 211 35 139 0 0.83 0.34 0.17 324.55 0.72 0.48
Hex D3 23 8B 0 53 22 11 145 48 30
Octal 323 43 213 0 123 42 21 505 110 60
Binary 11010011 100011 10001011 0 1010011 100010 10001 101000101 1001000 110000

Color Harmonies of #D3238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3238B

Black with #D3238B

Text Example


Text Example

White with #D3238B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3238B; }

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

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

background-color css

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

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

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

border-color css

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

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

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