Html Css Color HEX #D6378A Deep Cerise

📋 copy color: '#D6378A'

red 214 ◦ green 55 ◦ blue 138

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

Shades of Deep Cerise #D6378A

Tints of Deep Cerise #D6378A

RGB

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

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

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

R = 52.58%
G = 13.51%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6378A (or 0xD6378A) is known color: Deep Cerise. HEX triplet: D6, 37 and 8A. RGB value is (214,55,138). Sum of RGB (Red+Green+Blue) = 214+55+138=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 55 (21.88% from 255 or 13.51% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6378A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6378A is #29C875. Grayscale: #6F6F6F. Windows color (decimal): -2738294 or 9058262. OLE color: 9058262.

HSL color Cylindrical-coordinate representation of color #D6378A: hue angle of 328.68º 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 #D6378A is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 55 138 -
CMYK 0 0.74 0.36 0.16
HSL 328.68º 0.66% 0.53% -
HSV(B) 328.68º 0.74% 0.84% -
XYZ 33.69 18.86 25.91 -
YUV 112 142.68 200.75 -
System Red Green Blue C M Y K H S L
Decimal 214 55 138 0 0.74 0.36 0.16 328.68 0.66 0.53
Hex D6 37 8A 0 4A 24 10 149 42 35
Octal 326 67 212 0 112 44 20 511 102 65
Binary 11010110 110111 10001010 0 1001010 100100 10000 101001001 1000010 110101

Color Harmonies of #D6378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6378A

Black with #D6378A

Text Example


Text Example

White with #D6378A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6378A; }

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

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

background-color css

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

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

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

border-color css

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

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

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