Html Css Color HEX #D3215A Cerise

📋 copy color: '#D3215A'

red 211 ◦ green 33 ◦ blue 90

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

Shades of Cerise #D3215A

Tints of Cerise #D3215A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.88%

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

R = 63.17%
G = 9.88%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3215A (or 0xD3215A) is known color: Cerise. HEX triplet: D3, 21 and 5A. RGB value is (211,33,90). Sum of RGB (Red+Green+Blue) = 211+33+90=334 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.17% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 211 - color contains mainly: red. Hex color #D3215A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3215A is #2CDEA5. Grayscale: #5C5C5C. Windows color (decimal): -2940582 or 5906899. OLE color: 5906899.

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

Color convert

RGB 211 33 90 -
CMYK 0 0.84 0.57 0.17
HSL 340.79º 0.73% 0.48% -
HSV(B) 340.79º 0.84% 0.83% -
XYZ 29.25 15.67 11.16 -
YUV 92.72 126.47 212.37 -
System Red Green Blue C M Y K H S L
Decimal 211 33 90 0 0.84 0.57 0.17 340.79 0.73 0.48
Hex D3 21 5A 0 54 39 11 155 49 30
Octal 323 41 132 0 124 71 21 525 111 60
Binary 11010011 100001 1011010 0 1010100 111001 10001 101010101 1001001 110000

Color Harmonies of #D3215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3215A

Black with #D3215A

Text Example


Text Example

White with #D3215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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