Html Css Color HEX #D5239B Deep Cerise

📋 copy color: '#D5239B'

red 213 ◦ green 35 ◦ blue 155

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

Shades of Deep Cerise #D5239B

Tints of Deep Cerise #D5239B

RGB

 RED value IS 213 (83.59% from 255) = 52.85%

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

 BLUE value IS 155 (60.94% from 255) = 38.46%

R = 52.85%
G = 8.68%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5239B (or 0xD5239B) is known color: Deep Cerise. HEX triplet: D5, 23 and 9B. RGB value is (213,35,155). Sum of RGB (Red+Green+Blue) = 213+35+155=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 35 (14.06% from 255 or 8.68% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5239B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5239B is #2ADC64. Grayscale: #656565. Windows color (decimal): -2808933 or 10167253. OLE color: 10167253.

HSL color Cylindrical-coordinate representation of color #D5239B: hue angle of 319.55º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5239B is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 35 155 -
CMYK 0 0.84 0.27 0.16
HSL 319.55º 0.72% 0.49% -
HSV(B) 319.55º 0.84% 0.84% -
XYZ 33.96 17.71 32.64 -
YUV 101.9 157.97 207.24 -
System Red Green Blue C M Y K H S L
Decimal 213 35 155 0 0.84 0.27 0.16 319.55 0.72 0.49
Hex D5 23 9B 0 54 1B 10 140 48 31
Octal 325 43 233 0 124 33 20 500 110 61
Binary 11010101 100011 10011011 0 1010100 11011 10000 101000000 1001000 110001

Color Harmonies of #D5239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5239B

Black with #D5239B

Text Example


Text Example

White with #D5239B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5239B; }

 p { color: rgb(213,35,155); }

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

background-color css

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

 a { background-color: rgb(213,35,155); }

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

border-color css

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

 span { border-color: rgb(213,35,155); }

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