Html Css Color HEX #D6358E Deep Cerise

📋 copy color: '#D6358E'

red 214 ◦ green 53 ◦ blue 142

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

Shades of Deep Cerise #D6358E

Tints of Deep Cerise #D6358E

RGB

 RED value IS 214 (83.98% from 255) = 52.32%

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

 BLUE value IS 142 (55.86% from 255) = 34.72%

R = 52.32%
G = 12.96%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6358E (or 0xD6358E) is known color: Deep Cerise. HEX triplet: D6, 35 and 8E. RGB value is (214,53,142). Sum of RGB (Red+Green+Blue) = 214+53+142=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D6358E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6358E is #29CA71. Grayscale: #6F6F6F. Windows color (decimal): -2738802 or 9319894. OLE color: 9319894.

HSL color Cylindrical-coordinate representation of color #D6358E: hue angle of 326.83º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D6358E is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 53 142 -
CMYK 0 0.75 0.34 0.16
HSL 326.83º 0.66% 0.52% -
HSV(B) 326.83º 0.75% 0.84% -
XYZ 33.89 18.8 27.43 -
YUV 111.29 145.34 201.26 -
System Red Green Blue C M Y K H S L
Decimal 214 53 142 0 0.75 0.34 0.16 326.83 0.66 0.52
Hex D6 35 8E 0 4B 22 10 147 42 34
Octal 326 65 216 0 113 42 20 507 102 64
Binary 11010110 110101 10001110 0 1001011 100010 10000 101000111 1000010 110100

Color Harmonies of #D6358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6358E

Black with #D6358E

Text Example


Text Example

White with #D6358E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6358E; }

 p { color: rgb(214,53,142); }

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

background-color css

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

 a { background-color: rgb(214,53,142); }

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

border-color css

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

 span { border-color: rgb(214,53,142); }

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