Html Css Color HEX #D2298D Deep Cerise

📋 copy color: '#D2298D'

red 210 ◦ green 41 ◦ blue 141

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

Shades of Deep Cerise #D2298D

Tints of Deep Cerise #D2298D

RGB

 RED value IS 210 (82.42% from 255) = 53.57%

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

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

R = 53.57%
G = 10.46%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2298D (or 0xD2298D) is known color: Deep Cerise. HEX triplet: D2, 29 and 8D. RGB value is (210,41,141). Sum of RGB (Red+Green+Blue) = 210+41+141=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D2298D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2298D is #2DD672. Grayscale: #666666. Windows color (decimal): -3004019 or 9251282. OLE color: 9251282.

HSL color Cylindrical-coordinate representation of color #D2298D: hue angle of 324.5º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2298D is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 41 141 -
CMYK 0 0.80 0.33 0.18
HSL 324.5º 0.67% 0.49% -
HSV(B) 324.5º 0.8% 0.82% -
XYZ 32.18 17.21 26.83 -
YUV 102.93 149.49 204.37 -
System Red Green Blue C M Y K H S L
Decimal 210 41 141 0 0.80 0.33 0.18 324.5 0.67 0.49
Hex D2 29 8D 0 50 21 12 144 43 31
Octal 322 51 215 0 120 41 22 504 103 61
Binary 11010010 101001 10001101 0 1010000 100001 10010 101000100 1000011 110001

Color Harmonies of #D2298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2298D

Black with #D2298D

Text Example


Text Example

White with #D2298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2298D; }

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

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

background-color css

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

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

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

border-color css

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

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

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