Html Css Color HEX #D2346D Cerise

📋 copy color: '#D2346D'

red 210 ◦ green 52 ◦ blue 109

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

Shades of Cerise #D2346D

Tints of Cerise #D2346D

RGB

 RED value IS 210 (82.42% from 255) = 56.6%

 GREEN value IS 52 (20.7% from 255) = 14.02%

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

R = 56.6%
G = 14.02%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2346D (or 0xD2346D) is known color: Cerise. HEX triplet: D2, 34 and 6D. RGB value is (210,52,109). Sum of RGB (Red+Green+Blue) = 210+52+109=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2346D is #2DCB92. Grayscale: #696969. Windows color (decimal): -3001235 or 7156946. OLE color: 7156946.

HSL color Cylindrical-coordinate representation of color #D2346D: hue angle of 338.35º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2346D is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 52 109 -
CMYK 0 0.75 0.48 0.18
HSL 338.35º 0.64% 0.51% -
HSV(B) 338.35º 0.75% 0.82% -
XYZ 30.57 17.26 16.19 -
YUV 105.74 129.85 202.37 -
System Red Green Blue C M Y K H S L
Decimal 210 52 109 0 0.75 0.48 0.18 338.35 0.64 0.51
Hex D2 34 6D 0 4B 30 12 152 40 33
Octal 322 64 155 0 113 60 22 522 100 63
Binary 11010010 110100 1101101 0 1001011 110000 10010 101010010 1000000 110011

Color Harmonies of #D2346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2346D

Black with #D2346D

Text Example


Text Example

White with #D2346D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2346D; }

 p { color: rgb(210,52,109); }

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

background-color css

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

 a { background-color: rgb(210,52,109); }

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

border-color css

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

 span { border-color: rgb(210,52,109); }

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