Html Css Color HEX #D2388F Deep Cerise

📋 copy color: '#D2388F'

red 210 ◦ green 56 ◦ blue 143

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

Shades of Deep Cerise #D2388F

Tints of Deep Cerise #D2388F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.96%

R = 51.34%
G = 13.69%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2388F (or 0xD2388F) is known color: Deep Cerise. HEX triplet: D2, 38 and 8F. RGB value is (210,56,143). Sum of RGB (Red+Green+Blue) = 210+56+143=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D2388F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2388F is #2DC770. Grayscale: #6F6F6F. Windows color (decimal): -3000177 or 9386194. OLE color: 9386194.

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

Color convert

RGB 210 56 143 -
CMYK 0 0.73 0.32 0.18
HSL 326.1º 0.63% 0.52% -
HSV(B) 326.1º 0.73% 0.82% -
XYZ 32.95 18.51 27.82 -
YUV 111.96 145.52 197.93 -
System Red Green Blue C M Y K H S L
Decimal 210 56 143 0 0.73 0.32 0.18 326.1 0.63 0.52
Hex D2 38 8F 0 49 20 12 146 3F 34
Octal 322 70 217 0 111 40 22 506 77 64
Binary 11010010 111000 10001111 0 1001001 100000 10010 101000110 111111 110100

Color Harmonies of #D2388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2388F

Black with #D2388F

Text Example


Text Example

White with #D2388F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2388F; }

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

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

background-color css

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

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

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

border-color css

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

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

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