Html Css Color HEX #DF298D Deep Cerise

📋 copy color: '#DF298D'

red 223 ◦ green 41 ◦ blue 141

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

Shades of Deep Cerise #DF298D

Tints of Deep Cerise #DF298D

RGB

 RED value IS 223 (87.5% from 255) = 55.06%

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

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

R = 55.06%
G = 10.12%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF298D (or 0xDF298D) is known color: Deep Cerise. HEX triplet: DF, 29 and 8D. RGB value is (223,41,141). Sum of RGB (Red+Green+Blue) = 223+41+141=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF298D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF298D is #20D672. Grayscale: #6A6A6A. Windows color (decimal): -2152051 or 9251295. OLE color: 9251295.

HSL color Cylindrical-coordinate representation of color #DF298D: hue angle of 327.03º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF298D is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 41 141 -
CMYK 0 0.82 0.37 0.13
HSL 327.03º 0.74% 0.52% -
HSV(B) 327.03º 0.82% 0.87% -
XYZ 36.03 19.2 27.01 -
YUV 106.82 147.3 210.87 -
System Red Green Blue C M Y K H S L
Decimal 223 41 141 0 0.82 0.37 0.13 327.03 0.74 0.52
Hex DF 29 8D 0 52 25 D 147 4A 34
Octal 337 51 215 0 122 45 15 507 112 64
Binary 11011111 101001 10001101 0 1010010 100101 1101 101000111 1001010 110100

Color Harmonies of #DF298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF298D

Black with #DF298D

Text Example


Text Example

White with #DF298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF298D; }

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

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

background-color css

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

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

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

border-color css

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

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

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