Html Css Color HEX #D5238D Deep Cerise

📋 copy color: '#D5238D'

red 213 ◦ green 35 ◦ blue 141

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

Shades of Deep Cerise #D5238D

Tints of Deep Cerise #D5238D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.25%

R = 54.76%
G = 9%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5238D (or 0xD5238D) is known color: Deep Cerise. HEX triplet: D5, 23 and 8D. RGB value is (213,35,141). Sum of RGB (Red+Green+Blue) = 213+35+141=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D5238D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5238D is #2ADC72. Grayscale: #646464. Windows color (decimal): -2808947 or 9249749. OLE color: 9249749.

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

Color convert

RGB 213 35 141 -
CMYK 0 0.84 0.34 0.16
HSL 324.27º 0.72% 0.49% -
HSV(B) 324.27º 0.84% 0.84% -
XYZ 32.85 17.27 26.8 -
YUV 100.31 150.97 208.38 -
System Red Green Blue C M Y K H S L
Decimal 213 35 141 0 0.84 0.34 0.16 324.27 0.72 0.49
Hex D5 23 8D 0 54 22 10 144 48 31
Octal 325 43 215 0 124 42 20 504 110 61
Binary 11010101 100011 10001101 0 1010100 100010 10000 101000100 1001000 110001

Color Harmonies of #D5238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5238D

Black with #D5238D

Text Example


Text Example

White with #D5238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5238D; }

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

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

background-color css

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

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

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

border-color css

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

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

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