Html Css Color HEX #D4248A Deep Cerise

📋 copy color: '#D4248A'

red 212 ◦ green 36 ◦ blue 138

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

Shades of Deep Cerise #D4248A

Tints of Deep Cerise #D4248A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.75%

R = 54.92%
G = 9.33%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4248A (or 0xD4248A) is known color: Deep Cerise. HEX triplet: D4, 24 and 8A. RGB value is (212,36,138). Sum of RGB (Red+Green+Blue) = 212+36+138=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D4248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4248A is #2BDB75. Grayscale: #646464. Windows color (decimal): -2874230 or 9053396. OLE color: 9053396.

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

Color convert

RGB 212 36 138 -
CMYK 0 0.83 0.35 0.17
HSL 325.23º 0.71% 0.49% -
HSV(B) 325.23º 0.83% 0.83% -
XYZ 32.37 17.09 25.64 -
YUV 100.25 149.31 207.71 -
System Red Green Blue C M Y K H S L
Decimal 212 36 138 0 0.83 0.35 0.17 325.23 0.71 0.49
Hex D4 24 8A 0 53 23 11 145 47 31
Octal 324 44 212 0 123 43 21 505 107 61
Binary 11010100 100100 10001010 0 1010011 100011 10001 101000101 1000111 110001

Color Harmonies of #D4248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4248A

Black with #D4248A

Text Example


Text Example

White with #D4248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4248A; }

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

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

background-color css

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

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

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

border-color css

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

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

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