Html Css Color HEX #D2398D Deep Cerise

📋 copy color: '#D2398D'

red 210 ◦ green 57 ◦ blue 141

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

Shades of Deep Cerise #D2398D

Tints of Deep Cerise #D2398D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.97%

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

R = 51.47%
G = 13.97%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2398D (or 0xD2398D) is known color: Deep Cerise. HEX triplet: D2, 39 and 8D. RGB value is (210,57,141). Sum of RGB (Red+Green+Blue) = 210+57+141=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D2398D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2398D is #2DC672. Grayscale: #707070. Windows color (decimal): -2999923 or 9255378. OLE color: 9255378.

HSL color Cylindrical-coordinate representation of color #D2398D: hue angle of 327.06º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2398D is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 57 141 -
CMYK 0 0.73 0.33 0.18
HSL 327.06º 0.63% 0.52% -
HSV(B) 327.06º 0.73% 0.82% -
XYZ 32.85 18.55 27.05 -
YUV 112.32 144.19 197.67 -
System Red Green Blue C M Y K H S L
Decimal 210 57 141 0 0.73 0.33 0.18 327.06 0.63 0.52
Hex D2 39 8D 0 49 21 12 147 3F 34
Octal 322 71 215 0 111 41 22 507 77 64
Binary 11010010 111001 10001101 0 1001001 100001 10010 101000111 111111 110100

Color Harmonies of #D2398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2398D

Black with #D2398D

Text Example


Text Example

White with #D2398D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2398D; }

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

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

background-color css

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

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

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

border-color css

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

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

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