Html Css Color HEX #D0387B Deep Cerise

📋 copy color: '#D0387B'

red 208 ◦ green 56 ◦ blue 123

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

Shades of Deep Cerise #D0387B

Tints of Deep Cerise #D0387B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.78%

R = 53.75%
G = 14.47%
B = 31.78%

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

#D0387B (or 0xD0387B) is known color: Deep Cerise. HEX triplet: D0, 38 and 7B. RGB value is (208,56,123). Sum of RGB (Red+Green+Blue) = 208+56+123=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 56 (22.27% from 255 or 14.47% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0387B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0387B is #2FC784. Grayscale: #6C6C6C. Windows color (decimal): -3131269 or 8075472. OLE color: 8075472.

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

Color convert

RGB 208 56 123 -
CMYK 0 0.73 0.41 0.18
HSL 333.55º 0.62% 0.52% -
HSV(B) 333.55º 0.73% 0.82% -
XYZ 31 17.67 20.52 -
YUV 109.09 135.86 198.55 -
System Red Green Blue C M Y K H S L
Decimal 208 56 123 0 0.73 0.41 0.18 333.55 0.62 0.52
Hex D0 38 7B 0 49 29 12 14E 3E 34
Octal 320 70 173 0 111 51 22 516 76 64
Binary 11010000 111000 1111011 0 1001001 101001 10010 101001110 111110 110100

Color Harmonies of #D0387B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0387B

Black with #D0387B

Text Example


Text Example

White with #D0387B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0387B; }

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

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

background-color css

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

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

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

border-color css

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

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

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