Html Css Color HEX #D3379A Deep Cerise

📋 copy color: '#D3379A'

red 211 ◦ green 55 ◦ blue 154

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

Shades of Deep Cerise #D3379A

Tints of Deep Cerise #D3379A

RGB

 RED value IS 211 (82.81% from 255) = 50.24%

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

 BLUE value IS 154 (60.55% from 255) = 36.67%

R = 50.24%
G = 13.1%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D3379A (or 0xD3379A) is known color: Deep Cerise. HEX triplet: D3, 37 and 9A. RGB value is (211,55,154). Sum of RGB (Red+Green+Blue) = 211+55+154=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D3379A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3379A is #2CC865. Grayscale: #707070. Windows color (decimal): -2934886 or 10106835. OLE color: 10106835.

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

Color convert

RGB 211 55 154 -
CMYK 0 0.74 0.27 0.17
HSL 321.92º 0.64% 0.52% -
HSV(B) 321.92º 0.74% 0.83% -
XYZ 34.06 18.91 32.43 -
YUV 112.93 151.18 197.95 -
System Red Green Blue C M Y K H S L
Decimal 211 55 154 0 0.74 0.27 0.17 321.92 0.64 0.52
Hex D3 37 9A 0 4A 1B 11 142 40 34
Octal 323 67 232 0 112 33 21 502 100 64
Binary 11010011 110111 10011010 0 1001010 11011 10001 101000010 1000000 110100

Color Harmonies of #D3379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3379A

Black with #D3379A

Text Example


Text Example

White with #D3379A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3379A; }

 p { color: rgb(211,55,154); }

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

background-color css

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

 a { background-color: rgb(211,55,154); }

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

border-color css

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

 span { border-color: rgb(211,55,154); }

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