Html Css Color HEX #D0398F Deep Cerise

📋 copy color: '#D0398F'

red 208 ◦ green 57 ◦ blue 143

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

Shades of Deep Cerise #D0398F

Tints of Deep Cerise #D0398F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.05%

R = 50.98%
G = 13.97%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0398F (or 0xD0398F) is known color: Deep Cerise. HEX triplet: D0, 39 and 8F. RGB value is (208,57,143). Sum of RGB (Red+Green+Blue) = 208+57+143=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D0398F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0398F is #2FC670. Grayscale: #6F6F6F. Windows color (decimal): -3130993 or 9386448. OLE color: 9386448.

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

Color convert

RGB 208 57 143 -
CMYK 0 0.73 0.31 0.18
HSL 325.83º 0.62% 0.52% -
HSV(B) 325.83º 0.73% 0.82% -
XYZ 32.43 18.32 27.81 -
YUV 111.95 145.53 196.51 -
System Red Green Blue C M Y K H S L
Decimal 208 57 143 0 0.73 0.31 0.18 325.83 0.62 0.52
Hex D0 39 8F 0 49 1F 12 146 3E 34
Octal 320 71 217 0 111 37 22 506 76 64
Binary 11010000 111001 10001111 0 1001001 11111 10010 101000110 111110 110100

Color Harmonies of #D0398F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0398F

Black with #D0398F

Text Example


Text Example

White with #D0398F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0398F; }

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

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

background-color css

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

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

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

border-color css

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

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

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