Html Css Color HEX #D2389C Deep Cerise

📋 copy color: '#D2389C'

red 210 ◦ green 56 ◦ blue 156

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

Shades of Deep Cerise #D2389C

Tints of Deep Cerise #D2389C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.97%

R = 49.76%
G = 13.27%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D2389C (or 0xD2389C) is known color: Deep Cerise. HEX triplet: D2, 38 and 9C. RGB value is (210,56,156). Sum of RGB (Red+Green+Blue) = 210+56+156=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2389C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2389C is #2DC763. Grayscale: #717171. Windows color (decimal): -3000164 or 10238162. OLE color: 10238162.

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

Color convert

RGB 210 56 156 -
CMYK 0 0.73 0.26 0.18
HSL 321.04º 0.63% 0.52% -
HSV(B) 321.04º 0.73% 0.82% -
XYZ 33.99 18.93 33.31 -
YUV 113.45 152.02 196.87 -
System Red Green Blue C M Y K H S L
Decimal 210 56 156 0 0.73 0.26 0.18 321.04 0.63 0.52
Hex D2 38 9C 0 49 1A 12 141 3F 34
Octal 322 70 234 0 111 32 22 501 77 64
Binary 11010010 111000 10011100 0 1001001 11010 10010 101000001 111111 110100

Color Harmonies of #D2389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2389C

Black with #D2389C

Text Example


Text Example

White with #D2389C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2389C; }

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

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

background-color css

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

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

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

border-color css

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

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

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