Html Css Color HEX #D6348B Deep Cerise

📋 copy color: '#D6348B'

red 214 ◦ green 52 ◦ blue 139

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

Shades of Deep Cerise #D6348B

Tints of Deep Cerise #D6348B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.32%

R = 52.84%
G = 12.84%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6348B (or 0xD6348B) is known color: Deep Cerise. HEX triplet: D6, 34 and 8B. RGB value is (214,52,139). Sum of RGB (Red+Green+Blue) = 214+52+139=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6348B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6348B is #29CB74. Grayscale: #6E6E6E. Windows color (decimal): -2739061 or 9123030. OLE color: 9123030.

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

Color convert

RGB 214 52 139 -
CMYK 0 0.76 0.35 0.16
HSL 327.78º 0.66% 0.52% -
HSV(B) 327.78º 0.76% 0.84% -
XYZ 33.62 18.62 26.25 -
YUV 110.36 144.17 201.93 -
System Red Green Blue C M Y K H S L
Decimal 214 52 139 0 0.76 0.35 0.16 327.78 0.66 0.52
Hex D6 34 8B 0 4C 23 10 148 42 34
Octal 326 64 213 0 114 43 20 510 102 64
Binary 11010110 110100 10001011 0 1001100 100011 10000 101001000 1000010 110100

Color Harmonies of #D6348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6348B

Black with #D6348B

Text Example


Text Example

White with #D6348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6348B; }

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

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

background-color css

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

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

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

border-color css

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

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

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