Html Css Color HEX #D6338B Deep Cerise

📋 copy color: '#D6338B'

red 214 ◦ green 51 ◦ blue 139

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

Shades of Deep Cerise #D6338B

Tints of Deep Cerise #D6338B

RGB

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

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

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

R = 52.97%
G = 12.62%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6338B (or 0xD6338B) is known color: Deep Cerise. HEX triplet: D6, 33 and 8B. RGB value is (214,51,139). Sum of RGB (Red+Green+Blue) = 214+51+139=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D6338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6338B is #29CC74. Grayscale: #6D6D6D. Windows color (decimal): -2739317 or 9122774. OLE color: 9122774.

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

Color convert

RGB 214 51 139 -
CMYK 0 0.76 0.35 0.16
HSL 327.61º 0.67% 0.52% -
HSV(B) 327.61º 0.76% 0.84% -
XYZ 33.58 18.53 26.23 -
YUV 109.77 144.5 202.34 -
System Red Green Blue C M Y K H S L
Decimal 214 51 139 0 0.76 0.35 0.16 327.61 0.67 0.52
Hex D6 33 8B 0 4C 23 10 148 43 34
Octal 326 63 213 0 114 43 20 510 103 64
Binary 11010110 110011 10001011 0 1001100 100011 10000 101001000 1000011 110100

Color Harmonies of #D6338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6338B

Black with #D6338B

Text Example


Text Example

White with #D6338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6338B; }

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

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

background-color css

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

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

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

border-color css

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

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

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