Html Css Color HEX #D4326D Cerise

📋 copy color: '#D4326D'

red 212 ◦ green 50 ◦ blue 109

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

Shades of Cerise #D4326D

Tints of Cerise #D4326D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.48%

 BLUE value IS 109 (42.97% from 255) = 29.38%

R = 57.14%
G = 13.48%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4326D (or 0xD4326D) is known color: Cerise. HEX triplet: D4, 32 and 6D. RGB value is (212,50,109). Sum of RGB (Red+Green+Blue) = 212+50+109=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D4326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4326D is #2BCD92. Grayscale: #696969. Windows color (decimal): -2870675 or 7156436. OLE color: 7156436.

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

Color convert

RGB 212 50 109 -
CMYK 0 0.76 0.49 0.17
HSL 338.15º 0.65% 0.51% -
HSV(B) 338.15º 0.76% 0.83% -
XYZ 31.05 17.38 16.19 -
YUV 105.16 130.17 204.2 -
System Red Green Blue C M Y K H S L
Decimal 212 50 109 0 0.76 0.49 0.17 338.15 0.65 0.51
Hex D4 32 6D 0 4C 31 11 152 41 33
Octal 324 62 155 0 114 61 21 522 101 63
Binary 11010100 110010 1101101 0 1001100 110001 10001 101010010 1000001 110011

Color Harmonies of #D4326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4326D

Black with #D4326D

Text Example


Text Example

White with #D4326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4326D; }

 p { color: rgb(212,50,109); }

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

background-color css

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

 a { background-color: rgb(212,50,109); }

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

border-color css

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

 span { border-color: rgb(212,50,109); }

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