Html Css Color HEX #D6338C Deep Cerise

📋 copy color: '#D6338C'

red 214 ◦ green 51 ◦ blue 140

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

Shades of Deep Cerise #D6338C

Tints of Deep Cerise #D6338C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.57%

R = 52.84%
G = 12.59%
B = 34.57%

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

#D6338C (or 0xD6338C) is known color: Deep Cerise. HEX triplet: D6, 33 and 8C. RGB value is (214,51,140). Sum of RGB (Red+Green+Blue) = 214+51+140=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6338C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6338C is #29CC73. Grayscale: #6D6D6D. Windows color (decimal): -2739316 or 9188310. OLE color: 9188310.

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

Color convert

RGB 214 51 140 -
CMYK 0 0.76 0.35 0.16
HSL 327.24º 0.67% 0.52% -
HSV(B) 327.24º 0.76% 0.84% -
XYZ 33.65 18.56 26.62 -
YUV 109.88 145 202.26 -
System Red Green Blue C M Y K H S L
Decimal 214 51 140 0 0.76 0.35 0.16 327.24 0.67 0.52
Hex D6 33 8C 0 4C 23 10 147 43 34
Octal 326 63 214 0 114 43 20 507 103 64
Binary 11010110 110011 10001100 0 1001100 100011 10000 101000111 1000011 110100

Color Harmonies of #D6338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6338C

Black with #D6338C

Text Example


Text Example

White with #D6338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6338C; }

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

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

background-color css

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

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

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

border-color css

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

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

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