Html Css Color HEX #D2328D Deep Cerise

📋 copy color: '#D2328D'

red 210 ◦ green 50 ◦ blue 141

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

Shades of Deep Cerise #D2328D

Tints of Deep Cerise #D2328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 52.37%
G = 12.47%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2328D (or 0xD2328D) is known color: Deep Cerise. HEX triplet: D2, 32 and 8D. RGB value is (210,50,141). Sum of RGB (Red+Green+Blue) = 210+50+141=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2328D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2328D is #2DCD72. Grayscale: #6C6C6C. Windows color (decimal): -3001715 or 9253586. OLE color: 9253586.

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

Color convert

RGB 210 50 141 -
CMYK 0 0.76 0.33 0.18
HSL 325.88º 0.64% 0.51% -
HSV(B) 325.88º 0.76% 0.82% -
XYZ 32.53 17.91 26.94 -
YUV 108.21 146.51 200.6 -
System Red Green Blue C M Y K H S L
Decimal 210 50 141 0 0.76 0.33 0.18 325.88 0.64 0.51
Hex D2 32 8D 0 4C 21 12 146 40 33
Octal 322 62 215 0 114 41 22 506 100 63
Binary 11010010 110010 10001101 0 1001100 100001 10010 101000110 1000000 110011

Color Harmonies of #D2328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2328D

Black with #D2328D

Text Example


Text Example

White with #D2328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2328D; }

 p { color: rgb(210,50,141); }

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

background-color css

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

 a { background-color: rgb(210,50,141); }

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

border-color css

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

 span { border-color: rgb(210,50,141); }

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