Html Css Color HEX #D3298F Deep Cerise

📋 copy color: '#D3298F'

red 211 ◦ green 41 ◦ blue 143

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

Shades of Deep Cerise #D3298F

Tints of Deep Cerise #D3298F

RGB

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

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

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

R = 53.42%
G = 10.38%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D3298F (or 0xD3298F) is known color: Deep Cerise. HEX triplet: D3, 29 and 8F. RGB value is (211,41,143). Sum of RGB (Red+Green+Blue) = 211+41+143=395 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.42% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 211 - color contains mainly: red. Hex color #D3298F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3298F is #2CD670. Grayscale: #676767. Windows color (decimal): -2938481 or 9382355. OLE color: 9382355.

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

Color convert

RGB 211 41 143 -
CMYK 0 0.81 0.32 0.17
HSL 324º 0.67% 0.49% -
HSV(B) 324º 0.81% 0.83% -
XYZ 32.61 17.42 27.63 -
YUV 103.46 150.32 204.71 -
System Red Green Blue C M Y K H S L
Decimal 211 41 143 0 0.81 0.32 0.17 324 0.67 0.49
Hex D3 29 8F 0 51 20 11 144 43 31
Octal 323 51 217 0 121 40 21 504 103 61
Binary 11010011 101001 10001111 0 1010001 100000 10001 101000100 1000011 110001

Color Harmonies of #D3298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3298F

Black with #D3298F

Text Example


Text Example

White with #D3298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3298F; }

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

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

background-color css

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

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

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

border-color css

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

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

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