Html Css Color HEX #D6339D Deep Cerise

📋 copy color: '#D6339D'

red 214 ◦ green 51 ◦ blue 157

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

Shades of Deep Cerise #D6339D

Tints of Deep Cerise #D6339D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.09%

 BLUE value IS 157 (61.72% from 255) = 37.2%

R = 50.71%
G = 12.09%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6339D (or 0xD6339D) is known color: Deep Cerise. HEX triplet: D6, 33 and 9D. RGB value is (214,51,157). Sum of RGB (Red+Green+Blue) = 214+51+157=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 51 (20.31% from 255 or 12.09% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6339D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6339D is #29CC62. Grayscale: #6F6F6F. Windows color (decimal): -2739299 or 10302422. OLE color: 10302422.

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

Color convert

RGB 214 51 157 -
CMYK 0 0.76 0.27 0.16
HSL 320.98º 0.67% 0.52% -
HSV(B) 320.98º 0.76% 0.84% -
XYZ 35 19.1 33.74 -
YUV 111.82 153.5 200.88 -
System Red Green Blue C M Y K H S L
Decimal 214 51 157 0 0.76 0.27 0.16 320.98 0.67 0.52
Hex D6 33 9D 0 4C 1B 10 141 43 34
Octal 326 63 235 0 114 33 20 501 103 64
Binary 11010110 110011 10011101 0 1001100 11011 10000 101000001 1000011 110100

Color Harmonies of #D6339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6339D

Black with #D6339D

Text Example


Text Example

White with #D6339D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6339D; }

 p { color: rgb(214,51,157); }

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

background-color css

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

 a { background-color: rgb(214,51,157); }

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

border-color css

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

 span { border-color: rgb(214,51,157); }

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