Html Css Color HEX #D4295A Cerise

📋 copy color: '#D4295A'

red 212 ◦ green 41 ◦ blue 90

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

Shades of Cerise #D4295A

Tints of Cerise #D4295A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.95%

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

R = 61.81%
G = 11.95%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4295A (or 0xD4295A) is known color: Cerise. HEX triplet: D4, 29 and 5A. RGB value is (212,41,90). Sum of RGB (Red+Green+Blue) = 212+41+90=343 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.81% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 212 - color contains mainly: red. Hex color #D4295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4295A is #2BD6A5. Grayscale: #616161. Windows color (decimal): -2872998 or 5908948. OLE color: 5908948.

HSL color Cylindrical-coordinate representation of color #D4295A: hue angle of 342.81º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4295A is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 41 90 -
CMYK 0 0.81 0.58 0.17
HSL 342.81º 0.68% 0.5% -
HSV(B) 342.81º 0.81% 0.83% -
XYZ 29.79 16.32 11.25 -
YUV 97.72 123.65 209.52 -
System Red Green Blue C M Y K H S L
Decimal 212 41 90 0 0.81 0.58 0.17 342.81 0.68 0.5
Hex D4 29 5A 0 51 3A 11 157 44 32
Octal 324 51 132 0 121 72 21 527 104 62
Binary 11010100 101001 1011010 0 1010001 111010 10001 101010111 1000100 110010

Color Harmonies of #D4295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4295A

Black with #D4295A

Text Example


Text Example

White with #D4295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4295A; }

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

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

background-color css

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

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

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

border-color css

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

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

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