Html Css Color HEX #D4355D Cerise

📋 copy color: '#D4355D'

red 212 ◦ green 53 ◦ blue 93

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

Shades of Cerise #D4355D

Tints of Cerise #D4355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.8%

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

R = 59.22%
G = 14.8%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D4355D (or 0xD4355D) is known color: Cerise. HEX triplet: D4, 35 and 5D. RGB value is (212,53,93). Sum of RGB (Red+Green+Blue) = 212+53+93=358 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.22% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 212 - color contains mainly: red. Hex color #D4355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4355D is #2BCAA2. Grayscale: #696969. Windows color (decimal): -2869923 or 6108628. OLE color: 6108628.

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

Color convert

RGB 212 53 93 -
CMYK 0 0.75 0.56 0.17
HSL 344.91º 0.65% 0.52% -
HSV(B) 344.91º 0.75% 0.83% -
XYZ 30.4 17.33 12.1 -
YUV 105.1 121.18 204.25 -
System Red Green Blue C M Y K H S L
Decimal 212 53 93 0 0.75 0.56 0.17 344.91 0.65 0.52
Hex D4 35 5D 0 4B 38 11 159 41 34
Octal 324 65 135 0 113 70 21 531 101 64
Binary 11010100 110101 1011101 0 1001011 111000 10001 101011001 1000001 110100

Color Harmonies of #D4355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4355D

Black with #D4355D

Text Example


Text Example

White with #D4355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4355D; }

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

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

background-color css

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

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

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

border-color css

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

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

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