Html Css Color HEX #D2358A Deep Cerise

📋 copy color: '#D2358A'

red 210 ◦ green 53 ◦ blue 138

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

Shades of Deep Cerise #D2358A

Tints of Deep Cerise #D2358A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.41%

R = 52.37%
G = 13.22%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2358A (or 0xD2358A) is known color: Deep Cerise. HEX triplet: D2, 35 and 8A. RGB value is (210,53,138). Sum of RGB (Red+Green+Blue) = 210+53+138=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2358A is #2DCA75. Grayscale: #6D6D6D. Windows color (decimal): -3000950 or 9057746. OLE color: 9057746.

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

Color convert

RGB 210 53 138 -
CMYK 0 0.75 0.34 0.18
HSL 327.52º 0.64% 0.52% -
HSV(B) 327.52º 0.75% 0.82% -
XYZ 32.44 18.08 25.83 -
YUV 109.63 144.01 199.59 -
System Red Green Blue C M Y K H S L
Decimal 210 53 138 0 0.75 0.34 0.18 327.52 0.64 0.52
Hex D2 35 8A 0 4B 22 12 148 40 34
Octal 322 65 212 0 113 42 22 510 100 64
Binary 11010010 110101 10001010 0 1001011 100010 10010 101001000 1000000 110100

Color Harmonies of #D2358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2358A

Black with #D2358A

Text Example


Text Example

White with #D2358A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2358A; }

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

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

background-color css

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

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

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

border-color css

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

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

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