Html Css Color HEX #D4215A Cerise

📋 copy color: '#D4215A'

red 212 ◦ green 33 ◦ blue 90

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

Shades of Cerise #D4215A

Tints of Cerise #D4215A

RGB

 RED value IS 212 (83.2% from 255) = 63.28%

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

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

R = 63.28%
G = 9.85%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4215A (or 0xD4215A) is known color: Cerise. HEX triplet: D4, 21 and 5A. RGB value is (212,33,90). Sum of RGB (Red+Green+Blue) = 212+33+90=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D4215A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4215A is #2BDEA5. Grayscale: #5C5C5C. Windows color (decimal): -2875046 or 5906900. OLE color: 5906900.

HSL color Cylindrical-coordinate representation of color #D4215A: hue angle of 340.89º 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 #D4215A is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 33 90 -
CMYK 0 0.84 0.58 0.17
HSL 340.89º 0.73% 0.48% -
HSV(B) 340.89º 0.84% 0.83% -
XYZ 29.54 15.82 11.17 -
YUV 93.02 126.3 212.87 -
System Red Green Blue C M Y K H S L
Decimal 212 33 90 0 0.84 0.58 0.17 340.89 0.73 0.48
Hex D4 21 5A 0 54 3A 11 155 49 30
Octal 324 41 132 0 124 72 21 525 111 60
Binary 11010100 100001 1011010 0 1010100 111010 10001 101010101 1001001 110000

Color Harmonies of #D4215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4215A

Black with #D4215A

Text Example


Text Example

White with #D4215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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