Html Css Color HEX #D2318D Deep Cerise

📋 copy color: '#D2318D'

red 210 ◦ green 49 ◦ blue 141

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

Shades of Deep Cerise #D2318D

Tints of Deep Cerise #D2318D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.25%

R = 52.5%
G = 12.25%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2318D (or 0xD2318D) is known color: Deep Cerise. HEX triplet: D2, 31 and 8D. RGB value is (210,49,141). Sum of RGB (Red+Green+Blue) = 210+49+141=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D2318D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2318D is #2DCE72. Grayscale: #6B6B6B. Windows color (decimal): -3001971 or 9253330. OLE color: 9253330.

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

Color convert

RGB 210 49 141 -
CMYK 0 0.77 0.33 0.18
HSL 325.71º 0.64% 0.51% -
HSV(B) 325.71º 0.77% 0.82% -
XYZ 32.48 17.82 26.93 -
YUV 107.63 146.84 201.02 -
System Red Green Blue C M Y K H S L
Decimal 210 49 141 0 0.77 0.33 0.18 325.71 0.64 0.51
Hex D2 31 8D 0 4D 21 12 146 40 33
Octal 322 61 215 0 115 41 22 506 100 63
Binary 11010010 110001 10001101 0 1001101 100001 10010 101000110 1000000 110011

Color Harmonies of #D2318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2318D

Black with #D2318D

Text Example


Text Example

White with #D2318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2318D; }

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

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

background-color css

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

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

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

border-color css

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

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

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