Html Css Color HEX #D5248D Deep Cerise

📋 copy color: '#D5248D'

red 213 ◦ green 36 ◦ blue 141

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

Shades of Deep Cerise #D5248D

Tints of Deep Cerise #D5248D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.23%

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

R = 54.62%
G = 9.23%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5248D (or 0xD5248D) is known color: Deep Cerise. HEX triplet: D5, 24 and 8D. RGB value is (213,36,141). Sum of RGB (Red+Green+Blue) = 213+36+141=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 36 (14.45% from 255 or 9.23% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D5248D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5248D is #2ADB72. Grayscale: #646464. Windows color (decimal): -2808691 or 9250005. OLE color: 9250005.

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

Color convert

RGB 213 36 141 -
CMYK 0 0.83 0.34 0.16
HSL 324.41º 0.71% 0.49% -
HSV(B) 324.41º 0.83% 0.84% -
XYZ 32.88 17.33 26.81 -
YUV 100.89 150.64 207.96 -
System Red Green Blue C M Y K H S L
Decimal 213 36 141 0 0.83 0.34 0.16 324.41 0.71 0.49
Hex D5 24 8D 0 53 22 10 144 47 31
Octal 325 44 215 0 123 42 20 504 107 61
Binary 11010101 100100 10001101 0 1010011 100010 10000 101000100 1000111 110001

Color Harmonies of #D5248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5248D

Black with #D5248D

Text Example


Text Example

White with #D5248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5248D; }

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

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

background-color css

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

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

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

border-color css

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

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

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