Html Css Color HEX #D6295A Cerise

📋 copy color: '#D6295A'

red 214 ◦ green 41 ◦ blue 90

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

Shades of Cerise #D6295A

Tints of Cerise #D6295A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.09%

R = 62.03%
G = 11.88%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6295A (or 0xD6295A) is known color: Cerise. HEX triplet: D6, 29 and 5A. RGB value is (214,41,90). Sum of RGB (Red+Green+Blue) = 214+41+90=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D6295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6295A is #29D6A5. Grayscale: #626262. Windows color (decimal): -2741926 or 5908950. OLE color: 5908950.

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

Color convert

RGB 214 41 90 -
CMYK 0 0.81 0.58 0.16
HSL 343.01º 0.68% 0.5% -
HSV(B) 343.01º 0.81% 0.84% -
XYZ 30.37 16.62 11.28 -
YUV 98.31 123.31 210.52 -
System Red Green Blue C M Y K H S L
Decimal 214 41 90 0 0.81 0.58 0.16 343.01 0.68 0.5
Hex D6 29 5A 0 51 3A 10 157 44 32
Octal 326 51 132 0 121 72 20 527 104 62
Binary 11010110 101001 1011010 0 1010001 111010 10000 101010111 1000100 110010

Color Harmonies of #D6295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6295A

Black with #D6295A

Text Example


Text Example

White with #D6295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6295A; }

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

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

background-color css

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

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

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

border-color css

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

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

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