Html Css Color HEX #D4295D Cerise

📋 copy color: '#D4295D'

red 212 ◦ green 41 ◦ blue 93

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

Shades of Cerise #D4295D

Tints of Cerise #D4295D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.88%

R = 61.27%
G = 11.85%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D4295D (or 0xD4295D) is known color: Cerise. HEX triplet: D4, 29 and 5D. RGB value is (212,41,93). Sum of RGB (Red+Green+Blue) = 212+41+93=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D4295D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4295D is #2BD6A2. Grayscale: #626262. Windows color (decimal): -2872995 or 6105556. OLE color: 6105556.

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

Color convert

RGB 212 41 93 -
CMYK 0 0.81 0.56 0.17
HSL 341.75º 0.68% 0.5% -
HSV(B) 341.75º 0.81% 0.83% -
XYZ 29.92 16.37 11.94 -
YUV 98.06 125.15 209.27 -
System Red Green Blue C M Y K H S L
Decimal 212 41 93 0 0.81 0.56 0.17 341.75 0.68 0.5
Hex D4 29 5D 0 51 38 11 156 44 32
Octal 324 51 135 0 121 70 21 526 104 62
Binary 11010100 101001 1011101 0 1010001 111000 10001 101010110 1000100 110010

Color Harmonies of #D4295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4295D

Black with #D4295D

Text Example


Text Example

White with #D4295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4295D; }

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

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

background-color css

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

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

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

border-color css

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

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

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