Html Css Color HEX #D4285F Cerise

📋 copy color: '#D4285F'

red 212 ◦ green 40 ◦ blue 95

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

Shades of Cerise #D4285F

Tints of Cerise #D4285F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.53%

 BLUE value IS 95 (37.5% from 255) = 27.38%

R = 61.1%
G = 11.53%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D4285F (or 0xD4285F) is known color: Cerise. HEX triplet: D4, 28 and 5F. RGB value is (212,40,95). Sum of RGB (Red+Green+Blue) = 212+40+95=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D4285F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4285F is #2BD7A0. Grayscale: #616161. Windows color (decimal): -2873249 or 6236372. OLE color: 6236372.

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

Color convert

RGB 212 40 95 -
CMYK 0 0.81 0.55 0.17
HSL 340.81º 0.68% 0.49% -
HSV(B) 340.81º 0.81% 0.83% -
XYZ 29.98 16.34 12.4 -
YUV 97.7 126.48 209.53 -
System Red Green Blue C M Y K H S L
Decimal 212 40 95 0 0.81 0.55 0.17 340.81 0.68 0.49
Hex D4 28 5F 0 51 37 11 155 44 31
Octal 324 50 137 0 121 67 21 525 104 61
Binary 11010100 101000 1011111 0 1010001 110111 10001 101010101 1000100 110001

Color Harmonies of #D4285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4285F

Black with #D4285F

Text Example


Text Example

White with #D4285F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4285F; }

 p { color: rgb(212,40,95); }

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

background-color css

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

 a { background-color: rgb(212,40,95); }

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

border-color css

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

 span { border-color: rgb(212,40,95); }

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