Html Css Color HEX #D2318A Deep Cerise

📋 copy color: '#D2318A'

red 210 ◦ green 49 ◦ blue 138

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

Shades of Deep Cerise #D2318A

Tints of Deep Cerise #D2318A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.76%

R = 52.9%
G = 12.34%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2318A (or 0xD2318A) is known color: Deep Cerise. HEX triplet: D2, 31 and 8A. RGB value is (210,49,138). Sum of RGB (Red+Green+Blue) = 210+49+138=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D2318A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2318A is #2DCE75. Grayscale: #6B6B6B. Windows color (decimal): -3001974 or 9056722. OLE color: 9056722.

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

Color convert

RGB 210 49 138 -
CMYK 0 0.77 0.34 0.18
HSL 326.83º 0.64% 0.51% -
HSV(B) 326.83º 0.77% 0.82% -
XYZ 32.26 17.73 25.77 -
YUV 107.29 145.34 201.26 -
System Red Green Blue C M Y K H S L
Decimal 210 49 138 0 0.77 0.34 0.18 326.83 0.64 0.51
Hex D2 31 8A 0 4D 22 12 147 40 33
Octal 322 61 212 0 115 42 22 507 100 63
Binary 11010010 110001 10001010 0 1001101 100010 10010 101000111 1000000 110011

Color Harmonies of #D2318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2318A

Black with #D2318A

Text Example


Text Example

White with #D2318A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2318A; }

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

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

background-color css

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

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

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

border-color css

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

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

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