Html Css Color HEX #D6378D Deep Cerise

📋 copy color: '#D6378D'

red 214 ◦ green 55 ◦ blue 141

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

Shades of Deep Cerise #D6378D

Tints of Deep Cerise #D6378D

RGB

 RED value IS 214 (83.98% from 255) = 52.2%

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

 BLUE value IS 141 (55.47% from 255) = 34.39%

R = 52.2%
G = 13.41%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6378D (or 0xD6378D) is known color: Deep Cerise. HEX triplet: D6, 37 and 8D. RGB value is (214,55,141). Sum of RGB (Red+Green+Blue) = 214+55+141=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6378D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6378D is #29C872. Grayscale: #707070. Windows color (decimal): -2738291 or 9254870. OLE color: 9254870.

HSL color Cylindrical-coordinate representation of color #D6378D: hue angle of 327.55º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6378D is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 55 141 -
CMYK 0 0.74 0.34 0.16
HSL 327.55º 0.66% 0.53% -
HSV(B) 327.55º 0.74% 0.84% -
XYZ 33.91 18.95 27.07 -
YUV 112.35 144.18 200.51 -
System Red Green Blue C M Y K H S L
Decimal 214 55 141 0 0.74 0.34 0.16 327.55 0.66 0.53
Hex D6 37 8D 0 4A 22 10 148 42 35
Octal 326 67 215 0 112 42 20 510 102 65
Binary 11010110 110111 10001101 0 1001010 100010 10000 101001000 1000010 110101

Color Harmonies of #D6378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6378D

Black with #D6378D

Text Example


Text Example

White with #D6378D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6378D; }

 p { color: rgb(214,55,141); }

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

background-color css

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

 a { background-color: rgb(214,55,141); }

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

border-color css

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

 span { border-color: rgb(214,55,141); }

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