Html Css Color HEX #D2389E Deep Cerise

📋 copy color: '#D2389E'

red 210 ◦ green 56 ◦ blue 158

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

Shades of Deep Cerise #D2389E

Tints of Deep Cerise #D2389E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.21%

 BLUE value IS 158 (62.11% from 255) = 37.26%

R = 49.53%
G = 13.21%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2389E (or 0xD2389E) is known color: Deep Cerise. HEX triplet: D2, 38 and 9E. RGB value is (210,56,158). Sum of RGB (Red+Green+Blue) = 210+56+158=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 56 (22.27% from 255 or 13.21% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D2389E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2389E is #2DC761. Grayscale: #717171. Windows color (decimal): -3000162 or 10369234. OLE color: 10369234.

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

Color convert

RGB 210 56 158 -
CMYK 0 0.73 0.25 0.18
HSL 320.26º 0.63% 0.52% -
HSV(B) 320.26º 0.73% 0.82% -
XYZ 34.16 19 34.21 -
YUV 113.67 153.02 196.71 -
System Red Green Blue C M Y K H S L
Decimal 210 56 158 0 0.73 0.25 0.18 320.26 0.63 0.52
Hex D2 38 9E 0 49 19 12 140 3F 34
Octal 322 70 236 0 111 31 22 500 77 64
Binary 11010010 111000 10011110 0 1001001 11001 10010 101000000 111111 110100

Color Harmonies of #D2389E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2389E

Black with #D2389E

Text Example


Text Example

White with #D2389E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2389E; }

 p { color: rgb(210,56,158); }

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

background-color css

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

 a { background-color: rgb(210,56,158); }

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

border-color css

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

 span { border-color: rgb(210,56,158); }

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