Html Css Color HEX #D4278E Deep Cerise

📋 copy color: '#D4278E'

red 212 ◦ green 39 ◦ blue 142

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

Shades of Deep Cerise #D4278E

Tints of Deep Cerise #D4278E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.92%

 BLUE value IS 142 (55.86% from 255) = 36.13%

R = 53.94%
G = 9.92%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4278E (or 0xD4278E) is known color: Deep Cerise. HEX triplet: D4, 27 and 8E. RGB value is (212,39,142). Sum of RGB (Red+Green+Blue) = 212+39+142=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D4278E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4278E is #2BD871. Grayscale: #666666. Windows color (decimal): -2873458 or 9316308. OLE color: 9316308.

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

Color convert

RGB 212 39 142 -
CMYK 0 0.82 0.33 0.17
HSL 324.28º 0.69% 0.49% -
HSV(B) 324.28º 0.82% 0.83% -
XYZ 32.76 17.4 27.22 -
YUV 102.47 150.31 206.12 -
System Red Green Blue C M Y K H S L
Decimal 212 39 142 0 0.82 0.33 0.17 324.28 0.69 0.49
Hex D4 27 8E 0 52 21 11 144 45 31
Octal 324 47 216 0 122 41 21 504 105 61
Binary 11010100 100111 10001110 0 1010010 100001 10001 101000100 1000101 110001

Color Harmonies of #D4278E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4278E

Black with #D4278E

Text Example


Text Example

White with #D4278E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4278E; }

 p { color: rgb(212,39,142); }

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

background-color css

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

 a { background-color: rgb(212,39,142); }

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

border-color css

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

 span { border-color: rgb(212,39,142); }

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