Html Css Color HEX #D7248B Deep Cerise

📋 copy color: '#D7248B'

red 215 ◦ green 36 ◦ blue 139

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

Shades of Deep Cerise #D7248B

Tints of Deep Cerise #D7248B

RGB

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

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

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

R = 55.13%
G = 9.23%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7248B (or 0xD7248B) is known color: Deep Cerise. HEX triplet: D7, 24 and 8B. RGB value is (215,36,139). Sum of RGB (Red+Green+Blue) = 215+36+139=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 36 (14.45% from 255 or 9.23% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D7248B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7248B is #28DB74. Grayscale: #656565. Windows color (decimal): -2677621 or 9118935. OLE color: 9118935.

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

Color convert

RGB 215 36 139 -
CMYK 0 0.83 0.35 0.16
HSL 325.47º 0.71% 0.49% -
HSV(B) 325.47º 0.83% 0.84% -
XYZ 33.32 17.57 26.06 -
YUV 101.26 149.3 209.12 -
System Red Green Blue C M Y K H S L
Decimal 215 36 139 0 0.83 0.35 0.16 325.47 0.71 0.49
Hex D7 24 8B 0 53 23 10 145 47 31
Octal 327 44 213 0 123 43 20 505 107 61
Binary 11010111 100100 10001011 0 1010011 100011 10000 101000101 1000111 110001

Color Harmonies of #D7248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7248B

Black with #D7248B

Text Example


Text Example

White with #D7248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7248B; }

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

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

background-color css

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

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

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

border-color css

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

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

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