Html Css Color HEX #D3298A Deep Cerise

📋 copy color: '#D3298A'

red 211 ◦ green 41 ◦ blue 138

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

Shades of Deep Cerise #D3298A

Tints of Deep Cerise #D3298A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.38%

R = 54.1%
G = 10.51%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D3298A (or 0xD3298A) is known color: Deep Cerise. HEX triplet: D3, 29 and 8A. RGB value is (211,41,138). Sum of RGB (Red+Green+Blue) = 211+41+138=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D3298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3298A is #2CD675. Grayscale: #666666. Windows color (decimal): -2938486 or 9054675. OLE color: 9054675.

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

Color convert

RGB 211 41 138 -
CMYK 0 0.81 0.35 0.17
HSL 325.76º 0.67% 0.49% -
HSV(B) 325.76º 0.81% 0.83% -
XYZ 32.24 17.27 25.68 -
YUV 102.89 147.82 205.11 -
System Red Green Blue C M Y K H S L
Decimal 211 41 138 0 0.81 0.35 0.17 325.76 0.67 0.49
Hex D3 29 8A 0 51 23 11 146 43 31
Octal 323 51 212 0 121 43 21 506 103 61
Binary 11010011 101001 10001010 0 1010001 100011 10001 101000110 1000011 110001

Color Harmonies of #D3298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3298A

Black with #D3298A

Text Example


Text Example

White with #D3298A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3298A; }

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

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

background-color css

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

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

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

border-color css

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

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

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