Html Css Color HEX #D4356A Cerise

📋 copy color: '#D4356A'

red 212 ◦ green 53 ◦ blue 106

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

Shades of Cerise #D4356A

Tints of Cerise #D4356A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.57%

R = 57.14%
G = 14.29%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.5

 K value IS 0.17

RGB Variations

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

Color information

#D4356A (or 0xD4356A) is known color: Cerise. HEX triplet: D4, 35 and 6A. RGB value is (212,53,106). Sum of RGB (Red+Green+Blue) = 212+53+106=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D4356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4356A is #2BCA95. Grayscale: #6A6A6A. Windows color (decimal): -2869910 or 6960596. OLE color: 6960596.

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

Color convert

RGB 212 53 106 -
CMYK 0 0.75 0.5 0.17
HSL 340º 0.65% 0.52% -
HSV(B) 340º 0.75% 0.83% -
XYZ 31.03 17.58 15.39 -
YUV 106.58 127.68 203.19 -
System Red Green Blue C M Y K H S L
Decimal 212 53 106 0 0.75 0.5 0.17 340 0.65 0.52
Hex D4 35 6A 0 4B 32 11 154 41 34
Octal 324 65 152 0 113 62 21 524 101 64
Binary 11010100 110101 1101010 0 1001011 110010 10001 101010100 1000001 110100

Color Harmonies of #D4356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4356A

Black with #D4356A

Text Example


Text Example

White with #D4356A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4356A; }

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

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

background-color css

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

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

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

border-color css

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

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

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