Html Css Color HEX #D6339F Deep Cerise

📋 copy color: '#D6339F'

red 214 ◦ green 51 ◦ blue 159

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

Shades of Deep Cerise #D6339F

Tints of Deep Cerise #D6339F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.5%

R = 50.47%
G = 12.03%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6339F (or 0xD6339F) is known color: Deep Cerise. HEX triplet: D6, 33 and 9F. RGB value is (214,51,159). Sum of RGB (Red+Green+Blue) = 214+51+159=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6339F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6339F is #29CC60. Grayscale: #6F6F6F. Windows color (decimal): -2739297 or 10433494. OLE color: 10433494.

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

Color convert

RGB 214 51 159 -
CMYK 0 0.76 0.26 0.16
HSL 320.25º 0.67% 0.52% -
HSV(B) 320.25º 0.76% 0.84% -
XYZ 35.17 19.17 34.65 -
YUV 112.05 154.5 200.72 -
System Red Green Blue C M Y K H S L
Decimal 214 51 159 0 0.76 0.26 0.16 320.25 0.67 0.52
Hex D6 33 9F 0 4C 1A 10 140 43 34
Octal 326 63 237 0 114 32 20 500 103 64
Binary 11010110 110011 10011111 0 1001100 11010 10000 101000000 1000011 110100

Color Harmonies of #D6339F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6339F

Black with #D6339F

Text Example


Text Example

White with #D6339F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6339F; }

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

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

background-color css

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

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

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

border-color css

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

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

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