Html Css Color HEX #D2318E Deep Cerise

📋 copy color: '#D2318E'

red 210 ◦ green 49 ◦ blue 142

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

Shades of Deep Cerise #D2318E

Tints of Deep Cerise #D2318E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.22%

 BLUE value IS 142 (55.86% from 255) = 35.41%

R = 52.37%
G = 12.22%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2318E (or 0xD2318E) is known color: Deep Cerise. HEX triplet: D2, 31 and 8E. RGB value is (210,49,142). Sum of RGB (Red+Green+Blue) = 210+49+142=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2318E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2318E is #2DCE71. Grayscale: #6B6B6B. Windows color (decimal): -3001970 or 9318866. OLE color: 9318866.

HSL color Cylindrical-coordinate representation of color #D2318E: hue angle of 325.34º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2318E is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 49 142 -
CMYK 0 0.77 0.32 0.18
HSL 325.34º 0.64% 0.51% -
HSV(B) 325.34º 0.77% 0.82% -
XYZ 32.56 17.85 27.32 -
YUV 107.74 147.34 200.94 -
System Red Green Blue C M Y K H S L
Decimal 210 49 142 0 0.77 0.32 0.18 325.34 0.64 0.51
Hex D2 31 8E 0 4D 20 12 145 40 33
Octal 322 61 216 0 115 40 22 505 100 63
Binary 11010010 110001 10001110 0 1001101 100000 10010 101000101 1000000 110011

Color Harmonies of #D2318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2318E

Black with #D2318E

Text Example


Text Example

White with #D2318E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2318E; }

 p { color: rgb(210,49,142); }

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

background-color css

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

 a { background-color: rgb(210,49,142); }

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

border-color css

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

 span { border-color: rgb(210,49,142); }

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