Html Css Color HEX #D5215A Cerise

📋 copy color: '#D5215A'

red 213 ◦ green 33 ◦ blue 90

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

Shades of Cerise #D5215A

Tints of Cerise #D5215A

RGB

 RED value IS 213 (83.59% from 255) = 63.39%

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

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

R = 63.39%
G = 9.82%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D5215A (or 0xD5215A) is known color: Cerise. HEX triplet: D5, 21 and 5A. RGB value is (213,33,90). Sum of RGB (Red+Green+Blue) = 213+33+90=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D5215A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5215A is #2ADEA5. Grayscale: #5D5D5D. Windows color (decimal): -2809510 or 5906901. OLE color: 5906901.

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

Color convert

RGB 213 33 90 -
CMYK 0 0.85 0.58 0.16
HSL 341º 0.73% 0.48% -
HSV(B) 341º 0.85% 0.84% -
XYZ 29.83 15.97 11.18 -
YUV 93.32 126.13 213.37 -
System Red Green Blue C M Y K H S L
Decimal 213 33 90 0 0.85 0.58 0.16 341 0.73 0.48
Hex D5 21 5A 0 55 3A 10 155 49 30
Octal 325 41 132 0 125 72 20 525 111 60
Binary 11010101 100001 1011010 0 1010101 111010 10000 101010101 1001001 110000

Color Harmonies of #D5215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5215A

Black with #D5215A

Text Example


Text Example

White with #D5215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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