Html Css Color HEX #D6348D Deep Cerise

📋 copy color: '#D6348D'

red 214 ◦ green 52 ◦ blue 141

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

Shades of Deep Cerise #D6348D

Tints of Deep Cerise #D6348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.78%

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

R = 52.58%
G = 12.78%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6348D (or 0xD6348D) is known color: Deep Cerise. HEX triplet: D6, 34 and 8D. RGB value is (214,52,141). Sum of RGB (Red+Green+Blue) = 214+52+141=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6348D is #29CB72. Grayscale: #6E6E6E. Windows color (decimal): -2739059 or 9254102. OLE color: 9254102.

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

Color convert

RGB 214 52 141 -
CMYK 0 0.76 0.34 0.16
HSL 327.04º 0.66% 0.52% -
HSV(B) 327.04º 0.76% 0.84% -
XYZ 33.77 18.68 27.02 -
YUV 110.58 145.17 201.76 -
System Red Green Blue C M Y K H S L
Decimal 214 52 141 0 0.76 0.34 0.16 327.04 0.66 0.52
Hex D6 34 8D 0 4C 22 10 147 42 34
Octal 326 64 215 0 114 42 20 507 102 64
Binary 11010110 110100 10001101 0 1001100 100010 10000 101000111 1000010 110100

Color Harmonies of #D6348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6348D

Black with #D6348D

Text Example


Text Example

White with #D6348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6348D; }

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

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

background-color css

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

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

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

border-color css

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

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

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