Html Css Color HEX #D4285C Cerise

📋 copy color: '#D4285C'

red 212 ◦ green 40 ◦ blue 92

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

Shades of Cerise #D4285C

Tints of Cerise #D4285C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.74%

R = 61.63%
G = 11.63%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D4285C (or 0xD4285C) is known color: Cerise. HEX triplet: D4, 28 and 5C. RGB value is (212,40,92). Sum of RGB (Red+Green+Blue) = 212+40+92=344 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.63% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 212 - color contains mainly: red. Hex color #D4285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4285C is #2BD7A3. Grayscale: #616161. Windows color (decimal): -2873252 or 6039764. OLE color: 6039764.

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

Color convert

RGB 212 40 92 -
CMYK 0 0.81 0.57 0.17
HSL 341.86º 0.68% 0.49% -
HSV(B) 341.86º 0.81% 0.83% -
XYZ 29.84 16.29 11.7 -
YUV 97.36 124.98 209.77 -
System Red Green Blue C M Y K H S L
Decimal 212 40 92 0 0.81 0.57 0.17 341.86 0.68 0.49
Hex D4 28 5C 0 51 39 11 156 44 31
Octal 324 50 134 0 121 71 21 526 104 61
Binary 11010100 101000 1011100 0 1010001 111001 10001 101010110 1000100 110001

Color Harmonies of #D4285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4285C

Black with #D4285C

Text Example


Text Example

White with #D4285C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4285C; }

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

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

background-color css

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

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

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

border-color css

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

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

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