Html Css Color HEX #D2347A Deep Cerise

📋 copy color: '#D2347A'

red 210 ◦ green 52 ◦ blue 122

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

Shades of Deep Cerise #D2347A

Tints of Deep Cerise #D2347A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.77%

R = 54.69%
G = 13.54%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D2347A (or 0xD2347A) is known color: Deep Cerise. HEX triplet: D2, 34 and 7A. RGB value is (210,52,122). Sum of RGB (Red+Green+Blue) = 210+52+122=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D2347A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2347A is #2DCB85. Grayscale: #6B6B6B. Windows color (decimal): -3001222 or 8008914. OLE color: 8008914.

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

Color convert

RGB 210 52 122 -
CMYK 0 0.75 0.42 0.18
HSL 333.42º 0.64% 0.51% -
HSV(B) 333.42º 0.75% 0.82% -
XYZ 31.32 17.56 20.15 -
YUV 107.22 136.35 201.31 -
System Red Green Blue C M Y K H S L
Decimal 210 52 122 0 0.75 0.42 0.18 333.42 0.64 0.51
Hex D2 34 7A 0 4B 2A 12 14D 40 33
Octal 322 64 172 0 113 52 22 515 100 63
Binary 11010010 110100 1111010 0 1001011 101010 10010 101001101 1000000 110011

Color Harmonies of #D2347A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2347A

Black with #D2347A

Text Example


Text Example

White with #D2347A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2347A; }

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

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

background-color css

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

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

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

border-color css

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

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

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