Html Css Color HEX #D0397E Deep Cerise

📋 copy color: '#D0397E'

red 208 ◦ green 57 ◦ blue 126

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

Shades of Deep Cerise #D0397E

Tints of Deep Cerise #D0397E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.23%

R = 53.2%
G = 14.58%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0397E (or 0xD0397E) is known color: Deep Cerise. HEX triplet: D0, 39 and 7E. RGB value is (208,57,126). Sum of RGB (Red+Green+Blue) = 208+57+126=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D0397E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0397E is #2FC681. Grayscale: #6D6D6D. Windows color (decimal): -3131010 or 8272336. OLE color: 8272336.

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

Color convert

RGB 208 57 126 -
CMYK 0 0.73 0.39 0.18
HSL 332.58º 0.62% 0.52% -
HSV(B) 332.58º 0.73% 0.82% -
XYZ 31.24 17.84 21.54 -
YUV 110.02 137.03 197.89 -
System Red Green Blue C M Y K H S L
Decimal 208 57 126 0 0.73 0.39 0.18 332.58 0.62 0.52
Hex D0 39 7E 0 49 27 12 14D 3E 34
Octal 320 71 176 0 111 47 22 515 76 64
Binary 11010000 111001 1111110 0 1001001 100111 10010 101001101 111110 110100

Color Harmonies of #D0397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0397E

Black with #D0397E

Text Example


Text Example

White with #D0397E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0397E; }

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

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

background-color css

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

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

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

border-color css

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

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

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