Html Css Color HEX #D6378F Deep Cerise

📋 copy color: '#D6378F'

red 214 ◦ green 55 ◦ blue 143

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

Shades of Deep Cerise #D6378F

Tints of Deep Cerise #D6378F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.71%

R = 51.94%
G = 13.35%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6378F (or 0xD6378F) is known color: Deep Cerise. HEX triplet: D6, 37 and 8F. RGB value is (214,55,143). Sum of RGB (Red+Green+Blue) = 214+55+143=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 55 (21.88% from 255 or 13.35% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D6378F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6378F is #29C870. Grayscale: #707070. Windows color (decimal): -2738289 or 9385942. OLE color: 9385942.

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

Color convert

RGB 214 55 143 -
CMYK 0 0.74 0.33 0.16
HSL 326.79º 0.66% 0.53% -
HSV(B) 326.79º 0.74% 0.84% -
XYZ 34.06 19.01 27.86 -
YUV 112.57 145.18 200.34 -
System Red Green Blue C M Y K H S L
Decimal 214 55 143 0 0.74 0.33 0.16 326.79 0.66 0.53
Hex D6 37 8F 0 4A 21 10 147 42 35
Octal 326 67 217 0 112 41 20 507 102 65
Binary 11010110 110111 10001111 0 1001010 100001 10000 101000111 1000010 110101

Color Harmonies of #D6378F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6378F

Black with #D6378F

Text Example


Text Example

White with #D6378F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6378F; }

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

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

background-color css

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

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

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

border-color css

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

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

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