Html Css Color HEX #D6346B Cerise

📋 copy color: '#D6346B'

red 214 ◦ green 52 ◦ blue 107

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

Shades of Cerise #D6346B

Tints of Cerise #D6346B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.69%

R = 57.37%
G = 13.94%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6346B (or 0xD6346B) is known color: Cerise. HEX triplet: D6, 34 and 6B. RGB value is (214,52,107). Sum of RGB (Red+Green+Blue) = 214+52+107=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D6346B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6346B is #29CB94. Grayscale: #6A6A6A. Windows color (decimal): -2739093 or 7025878. OLE color: 7025878.

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

Color convert

RGB 214 52 107 -
CMYK 0 0.76 0.50 0.16
HSL 339.63º 0.66% 0.52% -
HSV(B) 339.63º 0.76% 0.84% -
XYZ 31.61 17.81 15.68 -
YUV 106.71 128.17 204.53 -
System Red Green Blue C M Y K H S L
Decimal 214 52 107 0 0.76 0.50 0.16 339.63 0.66 0.52
Hex D6 34 6B 0 4C 32 10 154 42 34
Octal 326 64 153 0 114 62 20 524 102 64
Binary 11010110 110100 1101011 0 1001100 110010 10000 101010100 1000010 110100

Color Harmonies of #D6346B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6346B

Black with #D6346B

Text Example


Text Example

White with #D6346B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6346B; }

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

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

background-color css

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

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

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

border-color css

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

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

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