Html Css Color HEX #D0378A Deep Cerise

📋 copy color: '#D0378A'

red 208 ◦ green 55 ◦ blue 138

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

Shades of Deep Cerise #D0378A

Tints of Deep Cerise #D0378A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.72%

 BLUE value IS 138 (54.3% from 255) = 34.41%

R = 51.87%
G = 13.72%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0378A (or 0xD0378A) is known color: Deep Cerise. HEX triplet: D0, 37 and 8A. RGB value is (208,55,138). Sum of RGB (Red+Green+Blue) = 208+55+138=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D0378A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0378A is #2FC875. Grayscale: #6E6E6E. Windows color (decimal): -3131510 or 9058256. OLE color: 9058256.

HSL color Cylindrical-coordinate representation of color #D0378A: hue angle of 327.45º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0378A is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 55 138 -
CMYK 0 0.74 0.34 0.18
HSL 327.45º 0.62% 0.52% -
HSV(B) 327.45º 0.74% 0.82% -
XYZ 31.97 17.98 25.83 -
YUV 110.21 143.69 197.75 -
System Red Green Blue C M Y K H S L
Decimal 208 55 138 0 0.74 0.34 0.18 327.45 0.62 0.52
Hex D0 37 8A 0 4A 22 12 147 3E 34
Octal 320 67 212 0 112 42 22 507 76 64
Binary 11010000 110111 10001010 0 1001010 100010 10010 101000111 111110 110100

Color Harmonies of #D0378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0378A

Black with #D0378A

Text Example


Text Example

White with #D0378A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0378A; }

 p { color: rgb(208,55,138); }

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

background-color css

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

 a { background-color: rgb(208,55,138); }

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

border-color css

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

 span { border-color: rgb(208,55,138); }

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