Html Css Color HEX #D2389D Deep Cerise

📋 copy color: '#D2389D'

red 210 ◦ green 56 ◦ blue 157

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

Shades of Deep Cerise #D2389D

Tints of Deep Cerise #D2389D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.12%

R = 49.65%
G = 13.24%
B = 37.12%

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

#D2389D (or 0xD2389D) is known color: Deep Cerise. HEX triplet: D2, 38 and 9D. RGB value is (210,56,157). Sum of RGB (Red+Green+Blue) = 210+56+157=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D2389D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2389D is #2DC762. Grayscale: #717171. Windows color (decimal): -3000163 or 10303698. OLE color: 10303698.

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

Color convert

RGB 210 56 157 -
CMYK 0 0.73 0.25 0.18
HSL 320.65º 0.63% 0.52% -
HSV(B) 320.65º 0.73% 0.82% -
XYZ 34.08 18.96 33.76 -
YUV 113.56 152.52 196.79 -
System Red Green Blue C M Y K H S L
Decimal 210 56 157 0 0.73 0.25 0.18 320.65 0.63 0.52
Hex D2 38 9D 0 49 19 12 141 3F 34
Octal 322 70 235 0 111 31 22 501 77 64
Binary 11010010 111000 10011101 0 1001001 11001 10010 101000001 111111 110100

Color Harmonies of #D2389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2389D

Black with #D2389D

Text Example


Text Example

White with #D2389D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2389D; }

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

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

background-color css

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

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

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

border-color css

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

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

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