Html Css Color HEX #D2315D Cerise

📋 copy color: '#D2315D'

red 210 ◦ green 49 ◦ blue 93

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

Shades of Cerise #D2315D

Tints of Cerise #D2315D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.42%

R = 59.66%
G = 13.92%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2315D (or 0xD2315D) is known color: Cerise. HEX triplet: D2, 31 and 5D. RGB value is (210,49,93). Sum of RGB (Red+Green+Blue) = 210+49+93=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D2315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2315D is #2DCEA2. Grayscale: #666666. Windows color (decimal): -3002019 or 6107602. OLE color: 6107602.

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

Color convert

RGB 210 49 93 -
CMYK 0 0.77 0.56 0.18
HSL 343.6º 0.64% 0.51% -
HSV(B) 343.6º 0.77% 0.82% -
XYZ 29.65 16.69 12.01 -
YUV 102.16 122.84 204.92 -
System Red Green Blue C M Y K H S L
Decimal 210 49 93 0 0.77 0.56 0.18 343.6 0.64 0.51
Hex D2 31 5D 0 4D 38 12 158 40 33
Octal 322 61 135 0 115 70 22 530 100 63
Binary 11010010 110001 1011101 0 1001101 111000 10010 101011000 1000000 110011

Color Harmonies of #D2315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2315D

Black with #D2315D

Text Example


Text Example

White with #D2315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2315D; }

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

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

background-color css

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

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

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

border-color css

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

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

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