Html Css Color HEX #D6358B Deep Cerise

📋 copy color: '#D6358B'

red 214 ◦ green 53 ◦ blue 139

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

Shades of Deep Cerise #D6358B

Tints of Deep Cerise #D6358B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.24%

R = 52.71%
G = 13.05%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6358B (or 0xD6358B) is known color: Deep Cerise. HEX triplet: D6, 35 and 8B. RGB value is (214,53,139). Sum of RGB (Red+Green+Blue) = 214+53+139=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 53 (21.09% from 255 or 13.05% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6358B is #29CA74. Grayscale: #6E6E6E. Windows color (decimal): -2738805 or 9123286. OLE color: 9123286.

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

Color convert

RGB 214 53 139 -
CMYK 0 0.75 0.35 0.16
HSL 327.95º 0.66% 0.52% -
HSV(B) 327.95º 0.75% 0.84% -
XYZ 33.66 18.71 26.26 -
YUV 110.94 143.84 201.51 -
System Red Green Blue C M Y K H S L
Decimal 214 53 139 0 0.75 0.35 0.16 327.95 0.66 0.52
Hex D6 35 8B 0 4B 23 10 148 42 34
Octal 326 65 213 0 113 43 20 510 102 64
Binary 11010110 110101 10001011 0 1001011 100011 10000 101001000 1000010 110100

Color Harmonies of #D6358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6358B

Black with #D6358B

Text Example


Text Example

White with #D6358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6358B; }

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

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

background-color css

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

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

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

border-color css

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

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

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