Html Css Color HEX #D6296C Cerise

📋 copy color: '#D6296C'

red 214 ◦ green 41 ◦ blue 108

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

Shades of Cerise #D6296C

Tints of Cerise #D6296C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.29%

 BLUE value IS 108 (42.58% from 255) = 29.75%

R = 58.95%
G = 11.29%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6296C (or 0xD6296C) is known color: Cerise. HEX triplet: D6, 29 and 6C. RGB value is (214,41,108). Sum of RGB (Red+Green+Blue) = 214+41+108=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D6296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6296C is #29D693. Grayscale: #646464. Windows color (decimal): -2741908 or 7088598. OLE color: 7088598.

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

Color convert

RGB 214 41 108 -
CMYK 0 0.81 0.50 0.16
HSL 336.76º 0.68% 0.5% -
HSV(B) 336.76º 0.81% 0.84% -
XYZ 31.23 16.96 15.82 -
YUV 100.37 132.31 209.05 -
System Red Green Blue C M Y K H S L
Decimal 214 41 108 0 0.81 0.50 0.16 336.76 0.68 0.5
Hex D6 29 6C 0 51 32 10 151 44 32
Octal 326 51 154 0 121 62 20 521 104 62
Binary 11010110 101001 1101100 0 1010001 110010 10000 101010001 1000100 110010

Color Harmonies of #D6296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6296C

Black with #D6296C

Text Example


Text Example

White with #D6296C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6296C; }

 p { color: rgb(214,41,108); }

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

background-color css

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

 a { background-color: rgb(214,41,108); }

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

border-color css

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

 span { border-color: rgb(214,41,108); }

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