Html Css Color HEX #D0278B Deep Cerise

📋 copy color: '#D0278B'

red 208 ◦ green 39 ◦ blue 139

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

Shades of Deep Cerise #D0278B

Tints of Deep Cerise #D0278B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.01%

R = 53.89%
G = 10.1%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0278B (or 0xD0278B) is known color: Deep Cerise. HEX triplet: D0, 27 and 8B. RGB value is (208,39,139). Sum of RGB (Red+Green+Blue) = 208+39+139=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0278B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0278B is #2FD874. Grayscale: #646464. Windows color (decimal): -3135605 or 9119696. OLE color: 9119696.

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

Color convert

RGB 208 39 139 -
CMYK 0 0.81 0.33 0.18
HSL 324.5º 0.68% 0.48% -
HSV(B) 324.5º 0.81% 0.82% -
XYZ 31.4 16.73 26 -
YUV 100.93 149.49 204.37 -
System Red Green Blue C M Y K H S L
Decimal 208 39 139 0 0.81 0.33 0.18 324.5 0.68 0.48
Hex D0 27 8B 0 51 21 12 144 44 30
Octal 320 47 213 0 121 41 22 504 104 60
Binary 11010000 100111 10001011 0 1010001 100001 10010 101000100 1000100 110000

Color Harmonies of #D0278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0278B

Black with #D0278B

Text Example


Text Example

White with #D0278B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0278B; }

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

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

background-color css

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

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

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

border-color css

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

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

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