Html Css Color HEX #D4338D Deep Cerise

📋 copy color: '#D4338D'

red 212 ◦ green 51 ◦ blue 141

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

Shades of Deep Cerise #D4338D

Tints of Deep Cerise #D4338D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.62%

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

R = 52.48%
G = 12.62%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4338D (or 0xD4338D) is known color: Deep Cerise. HEX triplet: D4, 33 and 8D. RGB value is (212,51,141). Sum of RGB (Red+Green+Blue) = 212+51+141=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D4338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4338D is #2BCC72. Grayscale: #6D6D6D. Windows color (decimal): -2870387 or 9253844. OLE color: 9253844.

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

Color convert

RGB 212 51 141 -
CMYK 0 0.76 0.33 0.17
HSL 326.46º 0.65% 0.52% -
HSV(B) 326.46º 0.76% 0.83% -
XYZ 33.14 18.29 26.98 -
YUV 109.4 145.84 201.18 -
System Red Green Blue C M Y K H S L
Decimal 212 51 141 0 0.76 0.33 0.17 326.46 0.65 0.52
Hex D4 33 8D 0 4C 21 11 146 41 34
Octal 324 63 215 0 114 41 21 506 101 64
Binary 11010100 110011 10001101 0 1001100 100001 10001 101000110 1000001 110100

Color Harmonies of #D4338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4338D

Black with #D4338D

Text Example


Text Example

White with #D4338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4338D; }

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

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

background-color css

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

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

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

border-color css

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

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

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