Html Css Color HEX #D0397A Deep Cerise

📋 copy color: '#D0397A'

red 208 ◦ green 57 ◦ blue 122

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

Shades of Deep Cerise #D0397A

Tints of Deep Cerise #D0397A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.52%

R = 53.75%
G = 14.73%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0397A (or 0xD0397A) is known color: Deep Cerise. HEX triplet: D0, 39 and 7A. RGB value is (208,57,122). Sum of RGB (Red+Green+Blue) = 208+57+122=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0397A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0397A is #2FC685. Grayscale: #6D6D6D. Windows color (decimal): -3131014 or 8010192. OLE color: 8010192.

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

Color convert

RGB 208 57 122 -
CMYK 0 0.73 0.41 0.18
HSL 334.17º 0.62% 0.52% -
HSV(B) 334.17º 0.73% 0.82% -
XYZ 30.99 17.74 20.2 -
YUV 109.56 135.03 198.21 -
System Red Green Blue C M Y K H S L
Decimal 208 57 122 0 0.73 0.41 0.18 334.17 0.62 0.52
Hex D0 39 7A 0 49 29 12 14E 3E 34
Octal 320 71 172 0 111 51 22 516 76 64
Binary 11010000 111001 1111010 0 1001001 101001 10010 101001110 111110 110100

Color Harmonies of #D0397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0397A

Black with #D0397A

Text Example


Text Example

White with #D0397A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0397A; }

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

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

background-color css

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

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

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

border-color css

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

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

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