Html Css Color HEX #D7248D Deep Cerise

📋 copy color: '#D7248D'

red 215 ◦ green 36 ◦ blue 141

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

Shades of Deep Cerise #D7248D

Tints of Deep Cerise #D7248D

RGB

 RED value IS 215 (84.38% from 255) = 54.85%

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

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

R = 54.85%
G = 9.18%
B = 35.97%

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

#D7248D (or 0xD7248D) is known color: Deep Cerise. HEX triplet: D7, 24 and 8D. RGB value is (215,36,141). Sum of RGB (Red+Green+Blue) = 215+36+141=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D7248D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7248D is #28DB72. Grayscale: #656565. Windows color (decimal): -2677619 or 9250007. OLE color: 9250007.

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

Color convert

RGB 215 36 141 -
CMYK 0 0.83 0.34 0.16
HSL 324.8º 0.71% 0.49% -
HSV(B) 324.8º 0.83% 0.84% -
XYZ 33.46 17.63 26.84 -
YUV 101.49 150.3 208.96 -
System Red Green Blue C M Y K H S L
Decimal 215 36 141 0 0.83 0.34 0.16 324.8 0.71 0.49
Hex D7 24 8D 0 53 22 10 145 47 31
Octal 327 44 215 0 123 42 20 505 107 61
Binary 11010111 100100 10001101 0 1010011 100010 10000 101000101 1000111 110001

Color Harmonies of #D7248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7248D

Black with #D7248D

Text Example


Text Example

White with #D7248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7248D; }

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

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

background-color css

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

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

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

border-color css

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

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

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