Html Css Color HEX #D3278D Deep Cerise

📋 copy color: '#D3278D'

red 211 ◦ green 39 ◦ blue 141

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

Shades of Deep Cerise #D3278D

Tints of Deep Cerise #D3278D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.97%

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

R = 53.96%
G = 9.97%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D3278D (or 0xD3278D) is known color: Deep Cerise. HEX triplet: D3, 27 and 8D. RGB value is (211,39,141). Sum of RGB (Red+Green+Blue) = 211+39+141=391 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.96% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 211 - color contains mainly: red. Hex color #D3278D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3278D is #2CD872. Grayscale: #656565. Windows color (decimal): -2938995 or 9250771. OLE color: 9250771.

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

Color convert

RGB 211 39 141 -
CMYK 0 0.82 0.33 0.17
HSL 324.42º 0.69% 0.49% -
HSV(B) 324.42º 0.82% 0.83% -
XYZ 32.4 17.22 26.82 -
YUV 102.06 149.98 205.71 -
System Red Green Blue C M Y K H S L
Decimal 211 39 141 0 0.82 0.33 0.17 324.42 0.69 0.49
Hex D3 27 8D 0 52 21 11 144 45 31
Octal 323 47 215 0 122 41 21 504 105 61
Binary 11010011 100111 10001101 0 1010010 100001 10001 101000100 1000101 110001

Color Harmonies of #D3278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3278D

Black with #D3278D

Text Example


Text Example

White with #D3278D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3278D; }

 p { color: rgb(211,39,141); }

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

background-color css

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

 a { background-color: rgb(211,39,141); }

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

border-color css

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

 span { border-color: rgb(211,39,141); }

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