Html Css Color HEX #D0387A Deep Cerise

📋 copy color: '#D0387A'

red 208 ◦ green 56 ◦ blue 122

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

Shades of Deep Cerise #D0387A

Tints of Deep Cerise #D0387A

RGB

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

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

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

R = 53.89%
G = 14.51%
B = 31.61%

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

#D0387A (or 0xD0387A) is known color: Deep Cerise. HEX triplet: D0, 38 and 7A. RGB value is (208,56,122). Sum of RGB (Red+Green+Blue) = 208+56+122=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0387A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0387A is #2FC785. Grayscale: #6C6C6C. Windows color (decimal): -3131270 or 8009936. OLE color: 8009936.

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

Color convert

RGB 208 56 122 -
CMYK 0 0.73 0.41 0.18
HSL 333.95º 0.62% 0.52% -
HSV(B) 333.95º 0.73% 0.82% -
XYZ 30.94 17.64 20.19 -
YUV 108.97 135.36 198.63 -
System Red Green Blue C M Y K H S L
Decimal 208 56 122 0 0.73 0.41 0.18 333.95 0.62 0.52
Hex D0 38 7A 0 49 29 12 14E 3E 34
Octal 320 70 172 0 111 51 22 516 76 64
Binary 11010000 111000 1111010 0 1001001 101001 10010 101001110 111110 110100

Color Harmonies of #D0387A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0387A

Black with #D0387A

Text Example


Text Example

White with #D0387A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0387A; }

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

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

background-color css

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

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

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

border-color css

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

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

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