Html Css Color HEX #D4378A Deep Cerise

📋 copy color: '#D4378A'

red 212 ◦ green 55 ◦ blue 138

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

Shades of Deep Cerise #D4378A

Tints of Deep Cerise #D4378A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.58%

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

R = 52.35%
G = 13.58%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4378A (or 0xD4378A) is known color: Deep Cerise. HEX triplet: D4, 37 and 8A. RGB value is (212,55,138). Sum of RGB (Red+Green+Blue) = 212+55+138=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 55 (21.88% from 255 or 13.58% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D4378A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4378A is #2BC875. Grayscale: #6F6F6F. Windows color (decimal): -2869366 or 9058260. OLE color: 9058260.

HSL color Cylindrical-coordinate representation of color #D4378A: hue angle of 328.28º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D4378A is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 55 138 -
CMYK 0 0.74 0.35 0.17
HSL 328.28º 0.65% 0.52% -
HSV(B) 328.28º 0.74% 0.83% -
XYZ 33.11 18.56 25.88 -
YUV 111.41 143.01 199.75 -
System Red Green Blue C M Y K H S L
Decimal 212 55 138 0 0.74 0.35 0.17 328.28 0.65 0.52
Hex D4 37 8A 0 4A 23 11 148 41 34
Octal 324 67 212 0 112 43 21 510 101 64
Binary 11010100 110111 10001010 0 1001010 100011 10001 101001000 1000001 110100

Color Harmonies of #D4378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4378A

Black with #D4378A

Text Example


Text Example

White with #D4378A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4378A; }

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

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

background-color css

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

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

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

border-color css

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

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

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