Html Css Color HEX #D4245D Cerise

📋 copy color: '#D4245D'

red 212 ◦ green 36 ◦ blue 93

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

Shades of Cerise #D4245D

Tints of Cerise #D4245D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.56%

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

R = 62.17%
G = 10.56%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D4245D (or 0xD4245D) is known color: Cerise. HEX triplet: D4, 24 and 5D. RGB value is (212,36,93). Sum of RGB (Red+Green+Blue) = 212+36+93=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D4245D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4245D is #2BDBA2. Grayscale: #5F5F5F. Windows color (decimal): -2874275 or 6104276. OLE color: 6104276.

HSL color Cylindrical-coordinate representation of color #D4245D: hue angle of 340.57º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4245D is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 36 93 -
CMYK 0 0.83 0.56 0.17
HSL 340.57º 0.71% 0.49% -
HSV(B) 340.57º 0.83% 0.83% -
XYZ 29.76 16.05 11.89 -
YUV 95.12 126.81 211.37 -
System Red Green Blue C M Y K H S L
Decimal 212 36 93 0 0.83 0.56 0.17 340.57 0.71 0.49
Hex D4 24 5D 0 53 38 11 155 47 31
Octal 324 44 135 0 123 70 21 525 107 61
Binary 11010100 100100 1011101 0 1010011 111000 10001 101010101 1000111 110001

Color Harmonies of #D4245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4245D

Black with #D4245D

Text Example


Text Example

White with #D4245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4245D; }

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

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

background-color css

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

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

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

border-color css

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

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

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