Html Css Color HEX #D6326D Cerise

📋 copy color: '#D6326D'

red 214 ◦ green 50 ◦ blue 109

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

Shades of Cerise #D6326D

Tints of Cerise #D6326D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.22%

R = 57.37%
G = 13.4%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6326D (or 0xD6326D) is known color: Cerise. HEX triplet: D6, 32 and 6D. RGB value is (214,50,109). Sum of RGB (Red+Green+Blue) = 214+50+109=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D6326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6326D is #29CD92. Grayscale: #696969. Windows color (decimal): -2739603 or 7156438. OLE color: 7156438.

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

Color convert

RGB 214 50 109 -
CMYK 0 0.77 0.49 0.16
HSL 338.41º 0.67% 0.52% -
HSV(B) 338.41º 0.77% 0.84% -
XYZ 31.63 17.68 16.21 -
YUV 105.76 129.83 205.2 -
System Red Green Blue C M Y K H S L
Decimal 214 50 109 0 0.77 0.49 0.16 338.41 0.67 0.52
Hex D6 32 6D 0 4D 31 10 152 43 34
Octal 326 62 155 0 115 61 20 522 103 64
Binary 11010110 110010 1101101 0 1001101 110001 10000 101010010 1000011 110100

Color Harmonies of #D6326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6326D

Black with #D6326D

Text Example


Text Example

White with #D6326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6326D; }

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

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

background-color css

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

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

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

border-color css

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

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

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