Html Css Color HEX #D4369D Deep Cerise

📋 copy color: '#D4369D'

red 212 ◦ green 54 ◦ blue 157

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

Shades of Deep Cerise #D4369D

Tints of Deep Cerise #D4369D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.77%

 BLUE value IS 157 (61.72% from 255) = 37.12%

R = 50.12%
G = 12.77%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D4369D (or 0xD4369D) is known color: Deep Cerise. HEX triplet: D4, 36 and 9D. RGB value is (212,54,157). Sum of RGB (Red+Green+Blue) = 212+54+157=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4369D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4369D is #2BC962. Grayscale: #707070. Windows color (decimal): -2869603 or 10303188. OLE color: 10303188.

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

Color convert

RGB 212 54 157 -
CMYK 0 0.75 0.26 0.17
HSL 320.89º 0.65% 0.52% -
HSV(B) 320.89º 0.75% 0.83% -
XYZ 34.56 19.07 33.76 -
YUV 112.98 152.85 198.62 -
System Red Green Blue C M Y K H S L
Decimal 212 54 157 0 0.75 0.26 0.17 320.89 0.65 0.52
Hex D4 36 9D 0 4B 1A 11 141 41 34
Octal 324 66 235 0 113 32 21 501 101 64
Binary 11010100 110110 10011101 0 1001011 11010 10001 101000001 1000001 110100

Color Harmonies of #D4369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4369D

Black with #D4369D

Text Example


Text Example

White with #D4369D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4369D; }

 p { color: rgb(212,54,157); }

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

background-color css

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

 a { background-color: rgb(212,54,157); }

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

border-color css

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

 span { border-color: rgb(212,54,157); }

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