Html Css Color HEX #D4369B Deep Cerise

📋 copy color: '#D4369B'

red 212 ◦ green 54 ◦ blue 155

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

Shades of Deep Cerise #D4369B

Tints of Deep Cerise #D4369B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.82%

R = 50.36%
G = 12.83%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D4369B (or 0xD4369B) is known color: Deep Cerise. HEX triplet: D4, 36 and 9B. RGB value is (212,54,155). Sum of RGB (Red+Green+Blue) = 212+54+155=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D4369B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4369B is #2BC964. Grayscale: #707070. Windows color (decimal): -2869605 or 10172116. OLE color: 10172116.

HSL color Cylindrical-coordinate representation of color #D4369B: hue angle of 321.65º 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 #D4369B is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 54 155 -
CMYK 0 0.75 0.27 0.17
HSL 321.65º 0.65% 0.52% -
HSV(B) 321.65º 0.75% 0.83% -
XYZ 34.39 19 32.87 -
YUV 112.76 151.85 198.79 -
System Red Green Blue C M Y K H S L
Decimal 212 54 155 0 0.75 0.27 0.17 321.65 0.65 0.52
Hex D4 36 9B 0 4B 1B 11 142 41 34
Octal 324 66 233 0 113 33 21 502 101 64
Binary 11010100 110110 10011011 0 1001011 11011 10001 101000010 1000001 110100

Color Harmonies of #D4369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4369B

Black with #D4369B

Text Example


Text Example

White with #D4369B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4369B; }

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

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

background-color css

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

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

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

border-color css

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

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

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