Html Css Color HEX #D6338A Deep Cerise

📋 copy color: '#D6338A'

red 214 ◦ green 51 ◦ blue 138

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

Shades of Deep Cerise #D6338A

Tints of Deep Cerise #D6338A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.24%

R = 53.1%
G = 12.66%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6338A (or 0xD6338A) is known color: Deep Cerise. HEX triplet: D6, 33 and 8A. RGB value is (214,51,138). Sum of RGB (Red+Green+Blue) = 214+51+138=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6338A is #29CC75. Grayscale: #6D6D6D. Windows color (decimal): -2739318 or 9057238. OLE color: 9057238.

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

Color convert

RGB 214 51 138 -
CMYK 0 0.76 0.36 0.16
HSL 327.98º 0.67% 0.52% -
HSV(B) 327.98º 0.76% 0.84% -
XYZ 33.5 18.5 25.85 -
YUV 109.66 144 202.43 -
System Red Green Blue C M Y K H S L
Decimal 214 51 138 0 0.76 0.36 0.16 327.98 0.67 0.52
Hex D6 33 8A 0 4C 24 10 148 43 34
Octal 326 63 212 0 114 44 20 510 103 64
Binary 11010110 110011 10001010 0 1001100 100100 10000 101001000 1000011 110100

Color Harmonies of #D6338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6338A

Black with #D6338A

Text Example


Text Example

White with #D6338A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6338A; }

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

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

background-color css

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

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

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

border-color css

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

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

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