Html Css Color HEX #D0398D Deep Cerise

📋 copy color: '#D0398D'

red 208 ◦ green 57 ◦ blue 141

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

Shades of Deep Cerise #D0398D

Tints of Deep Cerise #D0398D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.04%

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

R = 51.23%
G = 14.04%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0398D (or 0xD0398D) is known color: Deep Cerise. HEX triplet: D0, 39 and 8D. RGB value is (208,57,141). Sum of RGB (Red+Green+Blue) = 208+57+141=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 57 (22.66% from 255 or 14.04% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D0398D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0398D is #2FC672. Grayscale: #6F6F6F. Windows color (decimal): -3130995 or 9255376. OLE color: 9255376.

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

Color convert

RGB 208 57 141 -
CMYK 0 0.73 0.32 0.18
HSL 326.62º 0.62% 0.52% -
HSV(B) 326.62º 0.73% 0.82% -
XYZ 32.28 18.26 27.02 -
YUV 111.73 144.53 196.67 -
System Red Green Blue C M Y K H S L
Decimal 208 57 141 0 0.73 0.32 0.18 326.62 0.62 0.52
Hex D0 39 8D 0 49 20 12 147 3E 34
Octal 320 71 215 0 111 40 22 507 76 64
Binary 11010000 111001 10001101 0 1001001 100000 10010 101000111 111110 110100

Color Harmonies of #D0398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0398D

Black with #D0398D

Text Example


Text Example

White with #D0398D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0398D; }

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

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

background-color css

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

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

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

border-color css

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

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

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