Html Css Color HEX #D4248B Deep Cerise

📋 copy color: '#D4248B'

red 212 ◦ green 36 ◦ blue 139

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

Shades of Deep Cerise #D4248B

Tints of Deep Cerise #D4248B

RGB

 RED value IS 212 (83.2% from 255) = 54.78%

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

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

R = 54.78%
G = 9.3%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D4248B (or 0xD4248B) is known color: Deep Cerise. HEX triplet: D4, 24 and 8B. RGB value is (212,36,139). Sum of RGB (Red+Green+Blue) = 212+36+139=387 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.78% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 212 - color contains mainly: red. Hex color #D4248B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4248B is #2BDB74. Grayscale: #646464. Windows color (decimal): -2874229 or 9118932. OLE color: 9118932.

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

Color convert

RGB 212 36 139 -
CMYK 0 0.83 0.34 0.17
HSL 324.89º 0.71% 0.49% -
HSV(B) 324.89º 0.83% 0.83% -
XYZ 32.44 17.12 26.02 -
YUV 100.37 149.81 207.62 -
System Red Green Blue C M Y K H S L
Decimal 212 36 139 0 0.83 0.34 0.17 324.89 0.71 0.49
Hex D4 24 8B 0 53 22 11 145 47 31
Octal 324 44 213 0 123 42 21 505 107 61
Binary 11010100 100100 10001011 0 1010011 100010 10001 101000101 1000111 110001

Color Harmonies of #D4248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4248B

Black with #D4248B

Text Example


Text Example

White with #D4248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4248B; }

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

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

background-color css

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

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

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

border-color css

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

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

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