Html Css Color HEX #D4318D Deep Cerise

📋 copy color: '#D4318D'

red 212 ◦ green 49 ◦ blue 141

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

Shades of Deep Cerise #D4318D

Tints of Deep Cerise #D4318D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.19%

 BLUE value IS 141 (55.47% from 255) = 35.07%

R = 52.74%
G = 12.19%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4318D (or 0xD4318D) is known color: Deep Cerise. HEX triplet: D4, 31 and 8D. RGB value is (212,49,141). Sum of RGB (Red+Green+Blue) = 212+49+141=402 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.74% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 212 - color contains mainly: red. Hex color #D4318D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4318D is #2BCE72. Grayscale: #6C6C6C. Windows color (decimal): -2870899 or 9253332. OLE color: 9253332.

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

Color convert

RGB 212 49 141 -
CMYK 0 0.77 0.33 0.17
HSL 326.14º 0.65% 0.51% -
HSV(B) 326.14º 0.77% 0.83% -
XYZ 33.06 18.12 26.95 -
YUV 108.23 146.5 202.02 -
System Red Green Blue C M Y K H S L
Decimal 212 49 141 0 0.77 0.33 0.17 326.14 0.65 0.51
Hex D4 31 8D 0 4D 21 11 146 41 33
Octal 324 61 215 0 115 41 21 506 101 63
Binary 11010100 110001 10001101 0 1001101 100001 10001 101000110 1000001 110011

Color Harmonies of #D4318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4318D

Black with #D4318D

Text Example


Text Example

White with #D4318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4318D; }

 p { color: rgb(212,49,141); }

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

background-color css

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

 a { background-color: rgb(212,49,141); }

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

border-color css

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

 span { border-color: rgb(212,49,141); }

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