Html Css Color HEX #D2358D Deep Cerise

📋 copy color: '#D2358D'

red 210 ◦ green 53 ◦ blue 141

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

Shades of Deep Cerise #D2358D

Tints of Deep Cerise #D2358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.12%

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

R = 51.98%
G = 13.12%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2358D (or 0xD2358D) is known color: Deep Cerise. HEX triplet: D2, 35 and 8D. RGB value is (210,53,141). Sum of RGB (Red+Green+Blue) = 210+53+141=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D2358D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2358D is #2DCA72. Grayscale: #6D6D6D. Windows color (decimal): -3000947 or 9254354. OLE color: 9254354.

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

Color convert

RGB 210 53 141 -
CMYK 0 0.75 0.33 0.18
HSL 326.37º 0.64% 0.52% -
HSV(B) 326.37º 0.75% 0.82% -
XYZ 32.66 18.17 26.99 -
YUV 109.98 145.51 199.34 -
System Red Green Blue C M Y K H S L
Decimal 210 53 141 0 0.75 0.33 0.18 326.37 0.64 0.52
Hex D2 35 8D 0 4B 21 12 146 40 34
Octal 322 65 215 0 113 41 22 506 100 64
Binary 11010010 110101 10001101 0 1001011 100001 10010 101000110 1000000 110100

Color Harmonies of #D2358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2358D

Black with #D2358D

Text Example


Text Example

White with #D2358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2358D; }

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

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

background-color css

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

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

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

border-color css

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

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

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