Html Css Color HEX #D3298D Deep Cerise

📋 copy color: '#D3298D'

red 211 ◦ green 41 ◦ blue 141

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

Shades of Deep Cerise #D3298D

Tints of Deep Cerise #D3298D

RGB

 RED value IS 211 (82.81% from 255) = 53.69%

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

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

R = 53.69%
G = 10.43%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D3298D (or 0xD3298D) is known color: Deep Cerise. HEX triplet: D3, 29 and 8D. RGB value is (211,41,141). Sum of RGB (Red+Green+Blue) = 211+41+141=393 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.69% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 211 - color contains mainly: red. Hex color #D3298D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3298D is #2CD672. Grayscale: #676767. Windows color (decimal): -2938483 or 9251283. OLE color: 9251283.

HSL color Cylindrical-coordinate representation of color #D3298D: hue angle of 324.71º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D3298D is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 41 141 -
CMYK 0 0.81 0.33 0.17
HSL 324.71º 0.67% 0.49% -
HSV(B) 324.71º 0.81% 0.83% -
XYZ 32.46 17.36 26.84 -
YUV 103.23 149.32 204.87 -
System Red Green Blue C M Y K H S L
Decimal 211 41 141 0 0.81 0.33 0.17 324.71 0.67 0.49
Hex D3 29 8D 0 51 21 11 145 43 31
Octal 323 51 215 0 121 41 21 505 103 61
Binary 11010011 101001 10001101 0 1010001 100001 10001 101000101 1000011 110001

Color Harmonies of #D3298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3298D

Black with #D3298D

Text Example


Text Example

White with #D3298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3298D; }

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

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

background-color css

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

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

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

border-color css

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

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

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