Html Css Color HEX #D4285D Cerise

📋 copy color: '#D4285D'

red 212 ◦ green 40 ◦ blue 93

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

Shades of Cerise #D4285D

Tints of Cerise #D4285D

RGB

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

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

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

R = 61.45%
G = 11.59%
B = 26.96%

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

#D4285D (or 0xD4285D) is known color: Cerise. HEX triplet: D4, 28 and 5D. RGB value is (212,40,93). Sum of RGB (Red+Green+Blue) = 212+40+93=345 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.45% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 212 - color contains mainly: red. Hex color #D4285D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4285D is #2BD7A2. Grayscale: #616161. Windows color (decimal): -2873251 or 6105300. OLE color: 6105300.

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

Color convert

RGB 212 40 93 -
CMYK 0 0.81 0.56 0.17
HSL 341.51º 0.68% 0.49% -
HSV(B) 341.51º 0.81% 0.83% -
XYZ 29.89 16.3 11.93 -
YUV 97.47 125.48 209.69 -
System Red Green Blue C M Y K H S L
Decimal 212 40 93 0 0.81 0.56 0.17 341.51 0.68 0.49
Hex D4 28 5D 0 51 38 11 156 44 31
Octal 324 50 135 0 121 70 21 526 104 61
Binary 11010100 101000 1011101 0 1010001 111000 10001 101010110 1000100 110001

Color Harmonies of #D4285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4285D

Black with #D4285D

Text Example


Text Example

White with #D4285D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4285D; }

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

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

background-color css

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

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

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

border-color css

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

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

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