Html Css Color HEX #D0388B Deep Cerise

📋 copy color: '#D0388B'

red 208 ◦ green 56 ◦ blue 139

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

Shades of Deep Cerise #D0388B

Tints of Deep Cerise #D0388B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.49%

R = 51.61%
G = 13.9%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0388B (or 0xD0388B) is known color: Deep Cerise. HEX triplet: D0, 38 and 8B. RGB value is (208,56,139). Sum of RGB (Red+Green+Blue) = 208+56+139=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D0388B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0388B is #2FC774. Grayscale: #6E6E6E. Windows color (decimal): -3131253 or 9124048. OLE color: 9124048.

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

Color convert

RGB 208 56 139 -
CMYK 0 0.73 0.33 0.18
HSL 327.24º 0.62% 0.52% -
HSV(B) 327.24º 0.73% 0.82% -
XYZ 32.09 18.1 26.23 -
YUV 110.91 143.86 197.25 -
System Red Green Blue C M Y K H S L
Decimal 208 56 139 0 0.73 0.33 0.18 327.24 0.62 0.52
Hex D0 38 8B 0 49 21 12 147 3E 34
Octal 320 70 213 0 111 41 22 507 76 64
Binary 11010000 111000 10001011 0 1001001 100001 10010 101000111 111110 110100

Color Harmonies of #D0388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0388B

Black with #D0388B

Text Example


Text Example

White with #D0388B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0388B; }

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

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

background-color css

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

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

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

border-color css

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

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

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