Html Css Color HEX #D2298F Deep Cerise

📋 copy color: '#D2298F'

red 210 ◦ green 41 ◦ blue 143

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

Shades of Deep Cerise #D2298F

Tints of Deep Cerise #D2298F

RGB

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

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

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

R = 53.3%
G = 10.41%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2298F (or 0xD2298F) is known color: Deep Cerise. HEX triplet: D2, 29 and 8F. RGB value is (210,41,143). Sum of RGB (Red+Green+Blue) = 210+41+143=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D2298F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2298F is #2DD670. Grayscale: #666666. Windows color (decimal): -3004017 or 9382354. OLE color: 9382354.

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

Color convert

RGB 210 41 143 -
CMYK 0 0.80 0.32 0.18
HSL 323.79º 0.67% 0.49% -
HSV(B) 323.79º 0.8% 0.82% -
XYZ 32.33 17.27 27.62 -
YUV 103.16 150.49 204.21 -
System Red Green Blue C M Y K H S L
Decimal 210 41 143 0 0.80 0.32 0.18 323.79 0.67 0.49
Hex D2 29 8F 0 50 20 12 144 43 31
Octal 322 51 217 0 120 40 22 504 103 61
Binary 11010010 101001 10001111 0 1010000 100000 10010 101000100 1000011 110001

Color Harmonies of #D2298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2298F

Black with #D2298F

Text Example


Text Example

White with #D2298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2298F; }

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

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

background-color css

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

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

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

border-color css

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

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

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