Html Css Color HEX #D6296E Cerise

📋 copy color: '#D6296E'

red 214 ◦ green 41 ◦ blue 110

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

Shades of Cerise #D6296E

Tints of Cerise #D6296E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.14%

R = 58.63%
G = 11.23%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6296E (or 0xD6296E) is known color: Cerise. HEX triplet: D6, 29 and 6E. RGB value is (214,41,110). Sum of RGB (Red+Green+Blue) = 214+41+110=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D6296E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6296E is #29D691. Grayscale: #646464. Windows color (decimal): -2741906 or 7219670. OLE color: 7219670.

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

Color convert

RGB 214 41 110 -
CMYK 0 0.81 0.49 0.16
HSL 336.07º 0.68% 0.5% -
HSV(B) 336.07º 0.81% 0.84% -
XYZ 31.34 17.01 16.38 -
YUV 100.59 133.31 208.89 -
System Red Green Blue C M Y K H S L
Decimal 214 41 110 0 0.81 0.49 0.16 336.07 0.68 0.5
Hex D6 29 6E 0 51 31 10 150 44 32
Octal 326 51 156 0 121 61 20 520 104 62
Binary 11010110 101001 1101110 0 1010001 110001 10000 101010000 1000100 110010

Color Harmonies of #D6296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6296E

Black with #D6296E

Text Example


Text Example

White with #D6296E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6296E; }

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

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

background-color css

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

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

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

border-color css

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

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

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