Html Css Color HEX #D0389A Deep Cerise

📋 copy color: '#D0389A'

red 208 ◦ green 56 ◦ blue 154

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

Shades of Deep Cerise #D0389A

Tints of Deep Cerise #D0389A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.4%

 BLUE value IS 154 (60.55% from 255) = 36.84%

R = 49.76%
G = 13.4%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D0389A (or 0xD0389A) is known color: Deep Cerise. HEX triplet: D0, 38 and 9A. RGB value is (208,56,154). Sum of RGB (Red+Green+Blue) = 208+56+154=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D0389A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0389A is #2FC765. Grayscale: #707070. Windows color (decimal): -3131238 or 10107088. OLE color: 10107088.

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

Color convert

RGB 208 56 154 -
CMYK 0 0.73 0.26 0.18
HSL 321.32º 0.62% 0.52% -
HSV(B) 321.32º 0.73% 0.82% -
XYZ 33.26 18.57 32.4 -
YUV 112.62 151.36 196.03 -
System Red Green Blue C M Y K H S L
Decimal 208 56 154 0 0.73 0.26 0.18 321.32 0.62 0.52
Hex D0 38 9A 0 49 1A 12 141 3E 34
Octal 320 70 232 0 111 32 22 501 76 64
Binary 11010000 111000 10011010 0 1001001 11010 10010 101000001 111110 110100

Color Harmonies of #D0389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0389A

Black with #D0389A

Text Example


Text Example

White with #D0389A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0389A; }

 p { color: rgb(208,56,154); }

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

background-color css

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

 a { background-color: rgb(208,56,154); }

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

border-color css

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

 span { border-color: rgb(208,56,154); }

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