Html Css Color HEX #D6298A Deep Cerise

📋 copy color: '#D6298A'

red 214 ◦ green 41 ◦ blue 138

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

Shades of Deep Cerise #D6298A

Tints of Deep Cerise #D6298A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.11%

R = 54.45%
G = 10.43%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6298A (or 0xD6298A) is known color: Deep Cerise. HEX triplet: D6, 29 and 8A. RGB value is (214,41,138). Sum of RGB (Red+Green+Blue) = 214+41+138=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6298A is #29D675. Grayscale: #676767. Windows color (decimal): -2741878 or 9054678. OLE color: 9054678.

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

Color convert

RGB 214 41 138 -
CMYK 0 0.81 0.36 0.16
HSL 326.36º 0.68% 0.5% -
HSV(B) 326.36º 0.81% 0.84% -
XYZ 33.11 17.72 25.72 -
YUV 103.79 147.31 206.61 -
System Red Green Blue C M Y K H S L
Decimal 214 41 138 0 0.81 0.36 0.16 326.36 0.68 0.5
Hex D6 29 8A 0 51 24 10 146 44 32
Octal 326 51 212 0 121 44 20 506 104 62
Binary 11010110 101001 10001010 0 1010001 100100 10000 101000110 1000100 110010

Color Harmonies of #D6298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6298A

Black with #D6298A

Text Example


Text Example

White with #D6298A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6298A; }

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

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

background-color css

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

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

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

border-color css

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

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

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