Html Css Color HEX #D2388B Deep Cerise

📋 copy color: '#D2388B'

red 210 ◦ green 56 ◦ blue 139

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

Shades of Deep Cerise #D2388B

Tints of Deep Cerise #D2388B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.32%

R = 51.85%
G = 13.83%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2388B (or 0xD2388B) is known color: Deep Cerise. HEX triplet: D2, 38 and 8B. RGB value is (210,56,139). Sum of RGB (Red+Green+Blue) = 210+56+139=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D2388B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2388B is #2DC774. Grayscale: #6F6F6F. Windows color (decimal): -3000181 or 9124050. OLE color: 9124050.

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

Color convert

RGB 210 56 139 -
CMYK 0 0.73 0.34 0.18
HSL 327.66º 0.63% 0.52% -
HSV(B) 327.66º 0.73% 0.82% -
XYZ 32.65 18.39 26.26 -
YUV 111.51 143.52 198.25 -
System Red Green Blue C M Y K H S L
Decimal 210 56 139 0 0.73 0.34 0.18 327.66 0.63 0.52
Hex D2 38 8B 0 49 22 12 148 3F 34
Octal 322 70 213 0 111 42 22 510 77 64
Binary 11010010 111000 10001011 0 1001001 100010 10010 101001000 111111 110100

Color Harmonies of #D2388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2388B

Black with #D2388B

Text Example


Text Example

White with #D2388B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2388B; }

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

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

background-color css

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

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

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

border-color css

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

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

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