Html Css Color HEX #D6326B Cerise

📋 copy color: '#D6326B'

red 214 ◦ green 50 ◦ blue 107

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

Shades of Cerise #D6326B

Tints of Cerise #D6326B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.48%

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

R = 57.68%
G = 13.48%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6326B (or 0xD6326B) is known color: Cerise. HEX triplet: D6, 32 and 6B. RGB value is (214,50,107). Sum of RGB (Red+Green+Blue) = 214+50+107=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6326B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6326B is #29CD94. Grayscale: #696969. Windows color (decimal): -2739605 or 7025366. OLE color: 7025366.

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

Color convert

RGB 214 50 107 -
CMYK 0 0.77 0.50 0.16
HSL 339.15º 0.67% 0.52% -
HSV(B) 339.15º 0.77% 0.84% -
XYZ 31.53 17.64 15.65 -
YUV 105.53 128.83 205.37 -
System Red Green Blue C M Y K H S L
Decimal 214 50 107 0 0.77 0.50 0.16 339.15 0.67 0.52
Hex D6 32 6B 0 4D 32 10 153 43 34
Octal 326 62 153 0 115 62 20 523 103 64
Binary 11010110 110010 1101011 0 1001101 110010 10000 101010011 1000011 110100

Color Harmonies of #D6326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6326B

Black with #D6326B

Text Example


Text Example

White with #D6326B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6326B; }

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

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

background-color css

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

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

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

border-color css

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

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

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