Html Css Color HEX #D6298F Deep Cerise

📋 copy color: '#D6298F'

red 214 ◦ green 41 ◦ blue 143

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

Shades of Deep Cerise #D6298F

Tints of Deep Cerise #D6298F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.93%

R = 53.77%
G = 10.3%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6298F (or 0xD6298F) is known color: Deep Cerise. HEX triplet: D6, 29 and 8F. RGB value is (214,41,143). Sum of RGB (Red+Green+Blue) = 214+41+143=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D6298F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6298F is #29D670. Grayscale: #686868. Windows color (decimal): -2741873 or 9382358. OLE color: 9382358.

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

Color convert

RGB 214 41 143 -
CMYK 0 0.81 0.33 0.16
HSL 324.62º 0.68% 0.5% -
HSV(B) 324.62º 0.81% 0.84% -
XYZ 33.48 17.87 27.67 -
YUV 104.36 149.81 206.21 -
System Red Green Blue C M Y K H S L
Decimal 214 41 143 0 0.81 0.33 0.16 324.62 0.68 0.5
Hex D6 29 8F 0 51 21 10 145 44 32
Octal 326 51 217 0 121 41 20 505 104 62
Binary 11010110 101001 10001111 0 1010001 100001 10000 101000101 1000100 110010

Color Harmonies of #D6298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6298F

Black with #D6298F

Text Example


Text Example

White with #D6298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6298F; }

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

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

background-color css

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

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

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

border-color css

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

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

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