Html Css Color HEX #D0278D Deep Cerise

📋 copy color: '#D0278D'

red 208 ◦ green 39 ◦ blue 141

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

Shades of Deep Cerise #D0278D

Tints of Deep Cerise #D0278D

RGB

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

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

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

R = 53.61%
G = 10.05%
B = 36.34%

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

#D0278D (or 0xD0278D) is known color: Deep Cerise. HEX triplet: D0, 27 and 8D. RGB value is (208,39,141). Sum of RGB (Red+Green+Blue) = 208+39+141=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 39 (15.62% from 255 or 10.05% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D0278D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0278D is #2FD872. Grayscale: #646464. Windows color (decimal): -3135603 or 9250768. OLE color: 9250768.

HSL color Cylindrical-coordinate representation of color #D0278D: hue angle of 323.79º 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 #D0278D is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 39 141 -
CMYK 0 0.81 0.32 0.18
HSL 323.79º 0.68% 0.48% -
HSV(B) 323.79º 0.81% 0.82% -
XYZ 31.55 16.78 26.78 -
YUV 101.16 150.49 204.21 -
System Red Green Blue C M Y K H S L
Decimal 208 39 141 0 0.81 0.32 0.18 323.79 0.68 0.48
Hex D0 27 8D 0 51 20 12 144 44 30
Octal 320 47 215 0 121 40 22 504 104 60
Binary 11010000 100111 10001101 0 1010001 100000 10010 101000100 1000100 110000

Color Harmonies of #D0278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0278D

Black with #D0278D

Text Example


Text Example

White with #D0278D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0278D; }

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

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

background-color css

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

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

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

border-color css

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

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

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