Html Css Color HEX #D6358F Deep Cerise

📋 copy color: '#D6358F'

red 214 ◦ green 53 ◦ blue 143

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

Shades of Deep Cerise #D6358F

Tints of Deep Cerise #D6358F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.88%

R = 52.2%
G = 12.93%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6358F (or 0xD6358F) is known color: Deep Cerise. HEX triplet: D6, 35 and 8F. RGB value is (214,53,143). Sum of RGB (Red+Green+Blue) = 214+53+143=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6358F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6358F is #29CA70. Grayscale: #6F6F6F. Windows color (decimal): -2738801 or 9385430. OLE color: 9385430.

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

Color convert

RGB 214 53 143 -
CMYK 0 0.75 0.33 0.16
HSL 326.46º 0.66% 0.52% -
HSV(B) 326.46º 0.75% 0.84% -
XYZ 33.96 18.83 27.83 -
YUV 111.4 145.84 201.18 -
System Red Green Blue C M Y K H S L
Decimal 214 53 143 0 0.75 0.33 0.16 326.46 0.66 0.52
Hex D6 35 8F 0 4B 21 10 146 42 34
Octal 326 65 217 0 113 41 20 506 102 64
Binary 11010110 110101 10001111 0 1001011 100001 10000 101000110 1000010 110100

Color Harmonies of #D6358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6358F

Black with #D6358F

Text Example


Text Example

White with #D6358F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6358F; }

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

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

background-color css

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

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

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

border-color css

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

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

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