Html Css Color HEX #D6298D Deep Cerise

📋 copy color: '#D6298D'

red 214 ◦ green 41 ◦ blue 141

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

Shades of Deep Cerise #D6298D

Tints of Deep Cerise #D6298D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.61%

R = 54.04%
G = 10.35%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6298D (or 0xD6298D) is known color: Deep Cerise. HEX triplet: D6, 29 and 8D. RGB value is (214,41,141). Sum of RGB (Red+Green+Blue) = 214+41+141=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 41 (16.41% from 255 or 10.35% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D6298D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6298D is #29D672. Grayscale: #676767. Windows color (decimal): -2741875 or 9251286. OLE color: 9251286.

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

Color convert

RGB 214 41 141 -
CMYK 0 0.81 0.34 0.16
HSL 325.32º 0.68% 0.5% -
HSV(B) 325.32º 0.81% 0.84% -
XYZ 33.33 17.81 26.88 -
YUV 104.13 148.81 206.37 -
System Red Green Blue C M Y K H S L
Decimal 214 41 141 0 0.81 0.34 0.16 325.32 0.68 0.5
Hex D6 29 8D 0 51 22 10 145 44 32
Octal 326 51 215 0 121 42 20 505 104 62
Binary 11010110 101001 10001101 0 1010001 100010 10000 101000101 1000100 110010

Color Harmonies of #D6298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6298D

Black with #D6298D

Text Example


Text Example

White with #D6298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6298D; }

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

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

background-color css

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

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

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

border-color css

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

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

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