Html Css Color HEX #D3315A Cerise

📋 copy color: '#D3315A'

red 211 ◦ green 49 ◦ blue 90

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

Shades of Cerise #D3315A

Tints of Cerise #D3315A

RGB

 RED value IS 211 (82.81% from 255) = 60.29%

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

 BLUE value IS 90 (35.55% from 255) = 25.71%

R = 60.29%
G = 14%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3315A (or 0xD3315A) is known color: Cerise. HEX triplet: D3, 31 and 5A. RGB value is (211,49,90). Sum of RGB (Red+Green+Blue) = 211+49+90=350 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.29% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 211 - color contains mainly: red. Hex color #D3315A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3315A is #2CCEA5. Grayscale: #666666. Windows color (decimal): -2936486 or 5910995. OLE color: 5910995.

HSL color Cylindrical-coordinate representation of color #D3315A: hue angle of 344.81º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D3315A is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 49 90 -
CMYK 0 0.77 0.57 0.17
HSL 344.81º 0.65% 0.51% -
HSV(B) 344.81º 0.77% 0.83% -
XYZ 29.81 16.78 11.34 -
YUV 102.11 121.17 205.67 -
System Red Green Blue C M Y K H S L
Decimal 211 49 90 0 0.77 0.57 0.17 344.81 0.65 0.51
Hex D3 31 5A 0 4D 39 11 159 41 33
Octal 323 61 132 0 115 71 21 531 101 63
Binary 11010011 110001 1011010 0 1001101 111001 10001 101011001 1000001 110011

Color Harmonies of #D3315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3315A

Black with #D3315A

Text Example


Text Example

White with #D3315A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3315A; }

 p { color: rgb(211,49,90); }

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

background-color css

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

 a { background-color: rgb(211,49,90); }

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

border-color css

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

 span { border-color: rgb(211,49,90); }

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