Html Css Color HEX #D0278E Deep Cerise

📋 copy color: '#D0278E'

red 208 ◦ green 39 ◦ blue 142

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

Shades of Deep Cerise #D0278E

Tints of Deep Cerise #D0278E

RGB

 RED value IS 208 (81.64% from 255) = 53.47%

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

 BLUE value IS 142 (55.86% from 255) = 36.5%

R = 53.47%
G = 10.03%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0278E (or 0xD0278E) is known color: Deep Cerise. HEX triplet: D0, 27 and 8E. RGB value is (208,39,142). Sum of RGB (Red+Green+Blue) = 208+39+142=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D0278E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0278E is #2FD871. Grayscale: #656565. Windows color (decimal): -3135602 or 9316304. OLE color: 9316304.

HSL color Cylindrical-coordinate representation of color #D0278E: hue angle of 323.43º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0278E is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 39 142 -
CMYK 0 0.81 0.32 0.18
HSL 323.43º 0.68% 0.48% -
HSV(B) 323.43º 0.81% 0.82% -
XYZ 31.62 16.81 27.17 -
YUV 101.27 150.99 204.12 -
System Red Green Blue C M Y K H S L
Decimal 208 39 142 0 0.81 0.32 0.18 323.43 0.68 0.48
Hex D0 27 8E 0 51 20 12 143 44 30
Octal 320 47 216 0 121 40 22 503 104 60
Binary 11010000 100111 10001110 0 1010001 100000 10010 101000011 1000100 110000

Color Harmonies of #D0278E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0278E

Black with #D0278E

Text Example


Text Example

White with #D0278E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0278E; }

 p { color: rgb(208,39,142); }

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

background-color css

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

 a { background-color: rgb(208,39,142); }

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

border-color css

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

 span { border-color: rgb(208,39,142); }

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