Html Css Color HEX #D6358D Deep Cerise

📋 copy color: '#D6358D'

red 214 ◦ green 53 ◦ blue 141

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

Shades of Deep Cerise #D6358D

Tints of Deep Cerise #D6358D

RGB

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

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

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

R = 52.45%
G = 12.99%
B = 34.56%

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

#D6358D (or 0xD6358D) is known color: Deep Cerise. HEX triplet: D6, 35 and 8D. RGB value is (214,53,141). Sum of RGB (Red+Green+Blue) = 214+53+141=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 53 (21.09% from 255 or 12.99% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D6358D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6358D is #29CA72. Grayscale: #6E6E6E. Windows color (decimal): -2738803 or 9254358. OLE color: 9254358.

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

Color convert

RGB 214 53 141 -
CMYK 0 0.75 0.34 0.16
HSL 327.21º 0.66% 0.52% -
HSV(B) 327.21º 0.75% 0.84% -
XYZ 33.81 18.77 27.04 -
YUV 111.17 144.84 201.34 -
System Red Green Blue C M Y K H S L
Decimal 214 53 141 0 0.75 0.34 0.16 327.21 0.66 0.52
Hex D6 35 8D 0 4B 22 10 147 42 34
Octal 326 65 215 0 113 42 20 507 102 64
Binary 11010110 110101 10001101 0 1001011 100010 10000 101000111 1000010 110100

Color Harmonies of #D6358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6358D

Black with #D6358D

Text Example


Text Example

White with #D6358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6358D; }

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

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

background-color css

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

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

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

border-color css

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

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

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