Html Css Color HEX #D6348A Deep Cerise

📋 copy color: '#D6348A'

red 214 ◦ green 52 ◦ blue 138

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

Shades of Deep Cerise #D6348A

Tints of Deep Cerise #D6348A

RGB

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

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

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

R = 52.97%
G = 12.87%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6348A (or 0xD6348A) is known color: Deep Cerise. HEX triplet: D6, 34 and 8A. RGB value is (214,52,138). Sum of RGB (Red+Green+Blue) = 214+52+138=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D6348A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6348A is #29CB75. Grayscale: #6E6E6E. Windows color (decimal): -2739062 or 9057494. OLE color: 9057494.

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

Color convert

RGB 214 52 138 -
CMYK 0 0.76 0.36 0.16
HSL 328.15º 0.66% 0.52% -
HSV(B) 328.15º 0.76% 0.84% -
XYZ 33.55 18.59 25.86 -
YUV 110.24 143.67 202.01 -
System Red Green Blue C M Y K H S L
Decimal 214 52 138 0 0.76 0.36 0.16 328.15 0.66 0.52
Hex D6 34 8A 0 4C 24 10 148 42 34
Octal 326 64 212 0 114 44 20 510 102 64
Binary 11010110 110100 10001010 0 1001100 100100 10000 101001000 1000010 110100

Color Harmonies of #D6348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6348A

Black with #D6348A

Text Example


Text Example

White with #D6348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6348A; }

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

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

background-color css

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

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

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

border-color css

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

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

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