Html Css Color HEX #D3278C Deep Cerise

📋 copy color: '#D3278C'

red 211 ◦ green 39 ◦ blue 140

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

Shades of Deep Cerise #D3278C

Tints of Deep Cerise #D3278C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.9%

R = 54.1%
G = 10%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D3278C (or 0xD3278C) is known color: Deep Cerise. HEX triplet: D3, 27 and 8C. RGB value is (211,39,140). Sum of RGB (Red+Green+Blue) = 211+39+140=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D3278C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3278C is #2CD873. Grayscale: #656565. Windows color (decimal): -2938996 or 9185235. OLE color: 9185235.

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

Color convert

RGB 211 39 140 -
CMYK 0 0.82 0.34 0.17
HSL 324.77º 0.69% 0.49% -
HSV(B) 324.77º 0.82% 0.83% -
XYZ 32.32 17.19 26.43 -
YUV 101.94 149.48 205.79 -
System Red Green Blue C M Y K H S L
Decimal 211 39 140 0 0.82 0.34 0.17 324.77 0.69 0.49
Hex D3 27 8C 0 52 22 11 145 45 31
Octal 323 47 214 0 122 42 21 505 105 61
Binary 11010011 100111 10001100 0 1010010 100010 10001 101000101 1000101 110001

Color Harmonies of #D3278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3278C

Black with #D3278C

Text Example


Text Example

White with #D3278C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3278C; }

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

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

background-color css

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

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

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

border-color css

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

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

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