Html Css Color HEX #D2347C Deep Cerise

📋 copy color: '#D2347C'

red 210 ◦ green 52 ◦ blue 124

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

Shades of Deep Cerise #D2347C

Tints of Deep Cerise #D2347C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.12%

R = 54.4%
G = 13.47%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2347C (or 0xD2347C) is known color: Deep Cerise. HEX triplet: D2, 34 and 7C. RGB value is (210,52,124). Sum of RGB (Red+Green+Blue) = 210+52+124=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D2347C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2347C is #2DCB83. Grayscale: #6B6B6B. Windows color (decimal): -3001220 or 8139986. OLE color: 8139986.

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

Color convert

RGB 210 52 124 -
CMYK 0 0.75 0.41 0.18
HSL 332.66º 0.64% 0.51% -
HSV(B) 332.66º 0.75% 0.82% -
XYZ 31.44 17.61 20.81 -
YUV 107.45 137.35 201.15 -
System Red Green Blue C M Y K H S L
Decimal 210 52 124 0 0.75 0.41 0.18 332.66 0.64 0.51
Hex D2 34 7C 0 4B 29 12 14D 40 33
Octal 322 64 174 0 113 51 22 515 100 63
Binary 11010010 110100 1111100 0 1001011 101001 10010 101001101 1000000 110011

Color Harmonies of #D2347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2347C

Black with #D2347C

Text Example


Text Example

White with #D2347C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2347C; }

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

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

background-color css

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

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

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

border-color css

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

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

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